WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5b0bae4865 - Show all commits

View File

@ -9,6 +9,7 @@
retries: 30 retries: 30
delay: 10 delay: 10
until: wait_conn.ping is defined until: wait_conn.ping is defined
failed_when: wait_conn.ping is not defined
# ansible.builtin.wait_for: # ansible.builtin.wait_for:
# host: "{{ inventory_hostname }}" # host: "{{ inventory_hostname }}"
# port: 22 # port: 22