Munin für alle "nicht"-Proxmox-Hosts entfernt (#44)

Munin für alle "nicht"-Proxmox-Hosts entfernt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#44
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-03-19 12:06:40 +01:00
parent 76525ef828
commit 65f58105b6
3 changed files with 10 additions and 5 deletions

View file

@ -1,8 +1,4 @@
---
### geerlingguy.munin-node
munin_node_bind_host: "0.0.0.0"
munin_node_bind_port: "4949"
munin_node_allowed_cidrs: [192.168.2.0/24]
### wird in vielen Rollen verwendet
empfaenger_mail: michael.grote@posteo.de
file_header: |

View file

@ -18,6 +18,10 @@
### mgrote.apcupsd
apcupsd_slave_polltime: 10 #in Sekunden
### geerlingguy.munin-node
### geerlingguy.munin-node
munin_node_bind_host: "0.0.0.0"
munin_node_bind_port: "4949"
munin_node_allowed_cidrs: [192.168.2.0/24]
munin_node_plugins:
- name: apc_nis
- name: hddtemp_smartctl

View file

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: all,!proxmox
become: yes
tasks:
@ -12,3 +12,8 @@
name:
- munin-node
state: absent
- name: remove folder
become: yes
ansible.builtin.file:
path: /etc/munin
state: absent