Kleinere Korrekturen

This commit is contained in:
phil 2021-01-04 13:33:32 +00:00
parent 1d782e22e6
commit ba1908864f
3 changed files with 6 additions and 4 deletions

View file

@ -10,11 +10,13 @@
- name: "Munin: Ersetze MariaDB-Zugangsdaten"
template:
src: templates/munin-mariadb.j2
dest: /etc/munin/plugin-conf.d/zzz-mariadb
dest: "{{ munin_sql_config_file }}"
notify: restart munin-node
- name: "Munin: Aktiviere mysql-Plugin"
command: munin-node-configure --shell | grep mysql_ | sh
shell: munin-node-configure --shell | grep mysql_ | sh
args:
creates: "{{ munin_sql_config_file }}"
# Ausgabe von fehlerhaften Plugins (exit 1) ignorieren
ignore_errors: yes
notify: restart munin-node

View file

@ -9,5 +9,4 @@
- default-mysql-server
- libcache-cache-perl
- python-pymysql
update_cache: yes
cache_valid_time: 3600