Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 318 Bytes

Helpers to:

  • Setup NFS
  • Setup /etc/hosts file

Edit the 'hosts' file and change the remote_user in the playbook.

Then run it as:

  • ansible-playbook -i hosts nfs.yml --key-file=/home/johan/.ssh/id_rsa

and to setup the /etc/hosts file:

  • ansible-playbook -i hosts etchosts.yml --key-file=/home/johan/.ssh/id_rsa