Add munin server role playbook and group_vars

This commit is contained in:
Nemo 2020-07-10 21:21:25 +02:00
parent 4cfc0220c9
commit 2950b8977d
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
group_vars/all/vault.yml
roles/geerlingguy.munin
host_vars/*.wirebrass.fr*
group_vars/munin_server.yml
inventory_wirebrass.yml
.vault-password
*.retry

View File

@ -0,0 +1,9 @@
---
munin_hosts:
- name: "localhost"
address: "127.0.0.1"
extra: ["use_node_name yes"]
- name: "host.example.org"
address: "address ssh://munin-async@host.example.org/ -W localhost:4949"
munin_alerts: []

View File

@ -0,0 +1,4 @@
---
- hosts: munin_server
roles:
- geerlingguy.munin