aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/nfs.yml
blob: 0c962312097e596771c35c51ece4e08d43e402cb (plain)
1
2
3
4
5
6
7
8
- name: configure nfs exports
  hosts: nfs_servers
  tags: nfs
  roles:
    - role: common
      tags: common

    - role: nfs_server