mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
18 lines
415 B
YAML
18 lines
415 B
YAML
![]() |
- name: Waiting for SSH connection
|
||
|
wait_for_connection:
|
||
|
timeout: 300
|
||
|
|
||
|
- name: Gathering Facts
|
||
|
setup:
|
||
|
|
||
|
- name: Install ews configuration file
|
||
|
template:
|
||
|
src: ../templates/ews.cfg
|
||
|
dest: /data/ews/conf
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0644
|
||
|
|
||
|
- name: Patching tpot.yml
|
||
|
raw: sed -i '/\/opt\/ewsposter\/ews.ip/a\\ \ \ \ \ - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg' /opt/tpot/etc/tpot.yml
|