Add munin server role playbook and group_vars
This commit is contained in:
parent
4cfc0220c9
commit
2950b8977d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
9
group_vars/munin_server-template.yml
Normal file
9
group_vars/munin_server-template.yml
Normal 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: []
|
4
playbook_munin_server_deploy.yml
Normal file
4
playbook_munin_server_deploy.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- hosts: munin_server
|
||||
roles:
|
||||
- geerlingguy.munin
|
Loading…
Reference in a new issue