Add python mysql drivers to manage with

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 14:06:36 -04:00
parent 305a3e80d2
commit 293b4727cb
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient'
state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'mysql' service: 'mysql'
+2
View File
@@ -7,6 +7,8 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient'
state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'mysql' service: 'mysql'
+2
View File
@@ -7,6 +7,8 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient'
state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'mysql' service: 'mysql'