11 lines
228 B
YAML
Raw Normal View History

---
- include: lookup_cluster.yml
- include: bootstrap_cluster.yml
when:
- delegate_host == 'None'
- inventory_hostname == groups['mariadb'][0]
- include: recover_cluster.yml
when: mariadb_recover | default(False)