9 lines
177 B
YAML
9 lines
177 B
YAML
---
|
|
# This starts the galera cluster
|
|
|
|
# Check if mysql is running
|
|
- name: bootstrap by starting mysql with new cluster
|
|
action: shell service mysql start --wsrep-new-cluster
|
|
|
|
|