Initial commit
This commit is contained in:
parent
871f8267ec
commit
db8abb89d8
12 changed files with 328 additions and 0 deletions
19
roles/mariadb_cluster/handlers/main.yml
Normal file
19
roles/mariadb_cluster/handlers/main.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
# file: roles/mariadb_cluster/handlers/main.yml
|
||||
|
||||
- name: Daemon Reload
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Restart mariadb
|
||||
service:
|
||||
name: mariadb
|
||||
state: restarted
|
||||
|
||||
- name: Reload firewalld
|
||||
service:
|
||||
name: firewalld
|
||||
state: reloaded
|
||||
|
||||
- name: Bootstrap Galera
|
||||
include_tasks: tasks/bootstrap-galera.yml
|
Loading…
Add table
Add a link
Reference in a new issue