nfs_mount
NFS Mount
Manage NFS mounts.
Role Variables
nfs_version
: NFS version to use (default: nfs)nfs_mount_opts
: Default NFS mount options (default: defaults)nfs_share_mounts
: List of dictionaries of NFS shares:path
: mount-pointmount
: nfs server pathopts
: mount options (optional)nfs_version
: NFS version to use (optional; default to {{ nfs_version }})
Example Playbook
- hosts: localhost
roles:
- role: nfs-mount
nfs_share_mounts:
- path: /mnt/remote
location: nfs.example.org:/data
nfs_version: nfs
- path: /mnt/readonly
location: nfs.example.org:/read-only
opts: "{{ nfs_mount_opts }},ro"
nfs_version: nfs4
Author Information
Install
ansible-galaxy install justereseau/ansible-nfs-mount
License
wtfpl
Downloads
21772
Owner
(Not) Network Team at Lan ETS (Anymore)