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

10 lines
164 B
YAML

---
- include: packages.yml
- name: Mount /usr in rw
command: mount -o remount,rw /usr warn=no
changed_when: False
- include: munin.yml
- include: nagios.yml