2015-06-25 14:33:28 +00:00
|
|
|
---
|
2016-02-29 15:02:15 +00:00
|
|
|
- include: lookup_cluster.yml
|
2015-07-05 07:20:16 +00:00
|
|
|
|
2016-02-29 15:02:15 +00:00
|
|
|
- include: bootstrap_cluster.yml
|
2016-01-25 16:04:26 +00:00
|
|
|
when:
|
|
|
|
- delegate_host == 'None'
|
|
|
|
- inventory_hostname == groups['mariadb'][0]
|
2015-07-31 21:50:43 +00:00
|
|
|
|
2016-02-29 15:02:15 +00:00
|
|
|
- include: recover_cluster.yml
|
|
|
|
when: mariadb_recover | default(False)
|