- ansible >= 2.4
clone the repository, eg.
git clone https://github.com/justenb/ansible-provision-nfs-debian
playbook example
cd ansible-provision-nfs-debian
ansible-playbook -i hosts playbook-example.yml -b -K
inventory example
[nfs-server]
server1 ansible_ssh_host=
[nfs-clients]
client1 ansible_ssh_host=
client2 ansible_ssh_host=