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
playbooks/munin.yml Normal file
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

View File

@@ -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