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: [ ]}
|
||||
tags: [ provision ]
|
||||
|
||||
- name: Wait for VMs to go up
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- pause:
|
||||
minutes: 2
|
||||
|
||||
- name: prepare nodes
|
||||
hosts: stack
|
||||
gather_facts: false
|
||||
|
Loading…
Reference in New Issue
Block a user