Fixed hosts file and removed the is_mysql_running hook on startcluster
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
# This starts the galera cluster
|
||||
|
||||
# Check if mysql is running
|
||||
- name: is mysql running?
|
||||
action: shell service mysql status
|
||||
register: is_mysql_running
|
||||
ignore_errors: true
|
||||
|
||||
- name: bootstrap by starting mysql with new cluster
|
||||
action: shell service mysql start --wsrep-new-cluster
|
||||
|
||||
|
||||
Reference in New Issue
Block a user