Added munin configuration
This commit is contained in:
15
playbooks/munin.yml
Normal file
15
playbooks/munin.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Install Munin master
|
||||
hosts: munin_masters
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- geerlingguy.munin
|
||||
|
||||
- name: Install Munin node
|
||||
hosts: all
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- geerlingguy.munin-node
|
||||
@@ -3,6 +3,7 @@
|
||||
- import_playbook: ntp.yml
|
||||
- import_playbook: base.yml
|
||||
- import_playbook: auth.yml
|
||||
- import_playbook: munin.yml
|
||||
- import_playbook: packages.yml
|
||||
- import_playbook: gitea.yml
|
||||
- import_playbook: dev.yml
|
||||
|
||||
Reference in New Issue
Block a user