Skip to content

Vortexdude/setup-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Setup - NFS

For setup the nfs server firstly clone the repo

git clone https://github.com/Vortexdude/setup-nf

and change to that ansible directory

cd setup-nf/ansible

And if you want to setup the nfs to the remote change the Host in the playbook main.yaml change from localhost to your IP 10.0.0.0

- hosts: localhost
  become: true
  roles:
    - { role: setup-nfs }

For change the export directory give the export directory and give the parameter for type of nfs in default/main.yaml and you can change the export directory via "/mnt/nfs_shares *(rw,sync,no_root_squash,insecure)" to your any directory "/folder *(rw,sync,no_root_squash,insecure)"

nfs_exports: [ "/mnt/nfs_shares *(rw,sync,no_root_squash,insecure)" ]

And run the ansible-playbook

ansible-playbook main.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages