diff --git a/.gitignore b/.gitignore index cdf11fe..def6090 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/group_vars/munin_server-template.yml b/group_vars/munin_server-template.yml new file mode 100644 index 0000000..6e5348d --- /dev/null +++ b/group_vars/munin_server-template.yml @@ -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: [] diff --git a/playbook_munin_server_deploy.yml b/playbook_munin_server_deploy.yml new file mode 100644 index 0000000..fb299c0 --- /dev/null +++ b/playbook_munin_server_deploy.yml @@ -0,0 +1,4 @@ +--- +- hosts: munin_server + roles: + - geerlingguy.munin