11 lines
221 B
YAML
11 lines
221 B
YAML
---
|
|
- name: Put zpool_capacity script
|
|
ansible.builtin.copy:
|
|
src: files/zpool_capacity
|
|
dest: /etc/munin/plugins/zpool_capacity
|
|
owner: root
|
|
group: root
|
|
mode: "0o755"
|
|
notify:
|
|
- Restart munin-node
|