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

10 lines
164 B
YAML
Raw Normal View History

2016-12-16 12:27:38 +01:00
---
- 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