Add munin-node config

This commit is contained in:
Nemo 2020-07-11 22:30:02 +02:00
parent b4c2224835
commit 0f12e6a78b
3 changed files with 13 additions and 0 deletions

View File

@ -22,3 +22,7 @@ main_domain: wirebrass.fr
# Certbot admin Email address
certbot_admin_email: contact@wirebrass.fr
# Bind munin-node to localhost
munin_node_bind_host: "127.0.0.1"

View File

@ -8,3 +8,11 @@
- client_tools
- users_sudo
- client_iptables
- hosts: os_centos
roles:
- geerlingguy.munin-node
- hosts: os_debian
roles:
- geerlingguy.munin-node

View File

@ -2,3 +2,4 @@
- name: geerlingguy.munin
- name: geerlingguy.nginx
- name: geerlingguy.certbot
- name: geerlingguy.munin-node