Kleinere Korrekturen
This commit is contained in:
parent
1d782e22e6
commit
ba1908864f
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -9,5 +9,4 @@
|
|||
- default-mysql-server
|
||||
- libcache-cache-perl
|
||||
- python-pymysql
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue