refactor: standardize playbooks’ name

This commit is contained in:
VC
2024-07-05 11:53:36 +02:00
parent 85f0f91887
commit 476696646f
21 changed files with 26 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
---
- name: Munin clients
- name: Deploy munin clients
hosts: all:!disabled_munin
diff: true
roles:
- munin_client
- name: Munin servers
- name: Deploy munin server
hosts: muninservers
diff: true
roles: