🔥: remove nsd completely
This commit is contained in:
@@ -135,8 +135,3 @@
|
||||
- name: Execute specific garage commands
|
||||
ansible.builtin.include_tasks: garage.yml
|
||||
when: "'garageservers' in group_names"
|
||||
|
||||
# Specific nsd commands
|
||||
- name: Execute specific nsd commands
|
||||
ansible.builtin.include_tasks: nsd.yml
|
||||
when: "'dns' in inventory_hostname"
|
||||
|
@@ -1,21 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Put nsd plugin configuration
|
||||
ansible.builtin.template:
|
||||
src: nsd.j2
|
||||
dest: /etc/munin/plugin-conf.d/nsd
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0o640"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
|
||||
- name: Put nsd scripts
|
||||
ansible.builtin.copy:
|
||||
src: files/nsd
|
||||
dest: /etc/munin/plugins/nsd
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0o755"
|
||||
notify:
|
||||
- Restart munin-node
|
Reference in New Issue
Block a user