ansible-roles/drbd-utils/tasks/nagios.yml

13 lines
321 B
YAML

---
- name: Mount /usr in rw
command: mount -o remount,rw /usr warn=no
changed_when: False
# https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=3367&cf_id=30
- name: Install Nagios plugin
copy:
src: "nagios/check_drbd"
dest: "/usr/local/lib/nagios/plugins/check_drbd"
mode: "755"