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

    - role: nfs_server
      tags: nfs