1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Install MySQL/MariaDB on-demand--for MediaWiki, WordPress, Matomo &/or Admin Console

This commit is contained in:
root 2023-11-05 12:14:46 -05:00
parent 8def5c98cf
commit 402ce97d1d
11 changed files with 133 additions and 48 deletions

View file

@ -32,7 +32,7 @@
name: "{{ munin_username}}" # Admin
password: "{{ munin_password }}" # changeme
- name: If MySQL is enabled, let Munin monitor it
- name: If MySQL is installed, let Munin monitor it
copy:
src: "{{ item }}"
dest: /etc/munin/plugins/
@ -44,7 +44,8 @@
- /usr/share/munin/plugins/mysql_queries
- /usr/share/munin/plugins/mysql_slowqueries
- /usr/share/munin/plugins/mysql_threads
when: mysql_enabled
when: mysql_installed
#when: mysql_enabled
# RECORD Munin AS INSTALLED