Install phpMyAdmin and MariaDB service

This commit is contained in:
2021-10-31 00:08:05 -05:00
parent d8d40835be
commit e5a385e5c8
5 changed files with 220 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
---
# vars file for ensure_mariadb
package_list:
- name: 'mariadb'
state: 'present'
- name: 'mariadb-server'
state: 'present'
- name: 'phpMyAdmin'
state: 'present'
firewall_list:
- permanent: 'yes'
service: 'mysql'
state: 'enabled'

2
vars/default.yml Normal file
View File

@@ -0,0 +1,2 @@
---
# vars file for ensure_mariadb