manics.ansible_role_nfs_mount
NFS-Mount
Verwalten Sie NFS4-Mounts.
Rollenvariablen
nfs_share_mounts
: Liste von Dictionaries der NFS-Freigaben:{ path: mount-point, mount: nfs-server-path, opts: Mountoptionen (optional) }
nfs_mount_opts
: Standardoptionen für NFS4-Mounts
Beispiel-Playbook
- hosts: localhost
rollen:
- rolle: nfs-mount
nfs_share_mounts:
- path: /mnt/remote
location: nfs.example.org:/data
- path: /mnt/readonly
location: nfs.example.org:/read-only
opts: "{{ nfs_mount_opts }},ro"
Autoreninformation
Installieren
ansible-galaxy install manics.ansible_role_nfs_mount
Lizenz
Unknown
Downloads
124
Besitzer