Ansible role to install and configure a NFS server.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
List of available exports
nfs_exports: []
nfs_exports:
- path: /data/bar
host: 192.168.0.0/24
options:
- rw
- sync
- no_subtree_check
- path: /data/baz
network: 192.168.0.0/24
nfs
- None
Apache-2.0