feat: setup galera cluster member profile

- add eyaml support for role
- add /data volume for galera cluster members
- create profiles::selinux namespace for defining selinux configuration
  - create profiles::selinux::mysqld for managing specifics for mysqld
  - create profiles::selinux::setenforce to manage selinux mode
- parameterised options required in mysqld::server module
- add mariadb repo
- add additional facts for managing mysqld and galera
This commit is contained in:
2023-11-22 19:38:11 +11:00
parent 7aae7e22a3
commit 11a98b16bb
13 changed files with 367 additions and 0 deletions
+2
View File
@@ -2,4 +2,6 @@
class roles::infra::sql::galera {
include profiles::defaults
include profiles::base
include profiles::base::datavol
include profiles::sql::galera_member
}