🩺: add nsd plugin to munin

This commit is contained in:
VC
2024-07-26 12:56:08 +02:00
parent 9487cb9d9c
commit 9161f707f2
4 changed files with 155 additions and 0 deletions

View File

@@ -120,3 +120,8 @@
- name: Execute specific garage commands
ansible.builtin.include_tasks: garage.yml
when: "'garage1' in inventory_hostname"
# Specific nsd commands
- name: Execute specific nsd commands
ansible.builtin.include_tasks: nsd.yml
when: "'dns' in inventory_hostname"