Added munin configuration

This commit is contained in:
2026-04-07 18:59:15 -04:00
parent 83624a85c1
commit 0d5b19b820
6 changed files with 55 additions and 0 deletions
+15
View 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