2021-11-23 21:48:54 +01:00
|
|
|
monit_sql_user: monit
|
2023-02-07 19:26:54 +01:00
|
|
|
monit_sql_password: "{{ lookup('ansible.builtin.password', '/dev/null chars=ascii_lowercase,digits length=23') }}"
|
2021-11-23 21:48:54 +01:00
|
|
|
|
2021-01-04 14:33:32 +01:00
|
|
|
munin_sql_config_file: /etc/munin/plugin-conf.d/zzz-mariadb
|
2021-01-01 18:01:44 +01:00
|
|
|
munin_sql_user: munin
|
2023-02-07 19:26:54 +01:00
|
|
|
munin_sql_password: "{{ lookup('ansible.builtin.password', '/dev/null chars=ascii_lowercase,digits length=23') }}"
|
2023-02-07 19:29:04 +01:00
|
|
|
|
|
|
|
mysql_socket: /run/mysqld/mysqld.sock
|