summaryrefslogtreecommitdiffstats
path: root/playbooks/maintain.yml
blob: 0a8cfe4c9f4805e8b63d376d4a63d14452339fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: Common setup procedures
  hosts: ands
  roles:
    - role: ands_facts
    - { role: ands_network, action: maintain }

# We need all mount points ready
- name: "Run mount -a"
  hosts: ands
  tasks:
    - command: mount -a
      changed_when: false