forked from saratov/infra
Wait for VMs to go up
This commit is contained in:
parent
e7edc9b8f7
commit
2ba26e48a2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user