Wait for VMs to go up

This commit is contained in:
Игорь Чудов 2019-12-06 13:06:33 +04:00
parent e7edc9b8f7
commit 2ba26e48a2
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -19,6 +19,13 @@
- {role: inventory, bootstrap: yes, tags: [ ]} - {role: inventory, bootstrap: yes, tags: [ ]}
tags: [ provision ] tags: [ provision ]
- name: Wait for VMs to go up
hosts: localhost
gather_facts: false
tasks:
- pause:
minutes: 2
- name: prepare nodes - name: prepare nodes
hosts: stack hosts: stack
gather_facts: false gather_facts: false