Adjust timeout for Initial Network Check
The initial network check is used to detemrine whether the containers need to be restarted or not. On initial setup they need a restart to get the networking to work. 60 seconds makes the initial run a lot longer than it needs to be, setting this much lower (10 seconds) will save time. Fixes #38
This commit is contained in:
parent
22dd0baba7
commit
cc0c4c5512
@ -16,7 +16,7 @@
|
|||||||
- name: Test Container Networking
|
- name: Test Container Networking
|
||||||
wait_for: >
|
wait_for: >
|
||||||
port=22
|
port=22
|
||||||
timeout=60
|
timeout=10
|
||||||
search_regex=OpenSSH
|
search_regex=OpenSSH
|
||||||
host={{ hostvars[item]['container_address'] }}
|
host={{ hostvars[item]['container_address'] }}
|
||||||
with_items: container_groups
|
with_items: container_groups
|
||||||
|
Loading…
Reference in New Issue
Block a user