ansible-roles/drbd/tasks/main.yml
2016-12-21 16:12:29 +01:00

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