✨: nsd, the comeback
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
This commit is contained in:
21
roles/munin_client/tasks/nsd.yml
Normal file
21
roles/munin_client/tasks/nsd.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
- 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