add mysql role

This commit is contained in:
2022-08-30 07:48:38 -05:00
parent 523d6f3b32
commit 3e982b9729
12 changed files with 231 additions and 0 deletions

View File

@ -0,0 +1,2 @@
---
mysql_cfg_path: /etc/my.cnf

View File

@ -0,0 +1,5 @@
---
mysql_service_name: 'mysql.service'
mysql_cfg_path: /etc/mysql/my.cnf
# vim:ft=yaml.ansible:

View File

@ -0,0 +1,4 @@
---
mysql_package_name: 'mysql-server'
# vim:ft=yaml.ansible:

View File

@ -0,0 +1,2 @@
---
# vars file for roles/mysql