14 lines
195 B
YAML
14 lines
195 B
YAML
---
|
|
- include: config.yml
|
|
|
|
- include: bootstrap.yml
|
|
|
|
- include: start.yml
|
|
|
|
- name: Sleep while cluster starts
|
|
command: sleep 15
|
|
changed_when: False
|
|
failed_when: False
|
|
|
|
- include: start.yml
|