Installs nfsserver and configures exports
- Debian or Ubuntu
nfsserver_shares:
- /media/nfs 172.17.100.122(rw,sync,no_subtree_check)
- hosts: localhost
roles:
- nfsserver
vars:
nfsserver_shares:
- /media/nfs 172.17.100.122(rw,sync,no_subtree_check)
GPL-3.0
- Wolfgang Hotwagner