mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Removed SSH wait
This commit is contained in:
parent
949a8854c6
commit
4c5447658d
2 changed files with 0 additions and 8 deletions
|
@ -5,7 +5,6 @@
|
|||
become: yes
|
||||
become_user: root
|
||||
become_method: sudo
|
||||
gather_facts: no
|
||||
|
||||
roles:
|
||||
- custom_ews
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
- name: Waiting for SSH connection
|
||||
wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Gathering Facts
|
||||
setup:
|
||||
|
||||
- name: Install ews configuration file
|
||||
template:
|
||||
src: ../templates/ews.cfg
|
||||
|
|
Loading…
Reference in a new issue