Initial commit

This commit is contained in:
Tyler Hale 2023-02-03 10:59:47 -07:00
parent 871f8267ec
commit db8abb89d8
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
12 changed files with 328 additions and 0 deletions

View 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