manics.ansible_role_nfs_mount

NFS Mount

Manage NFS4 mounts (Network File System mounts).

Role Variables

  • nfs_share_mounts: A list of NFS shares represented as dictionaries: { path: mount-point, location: nfs server path, opts: mount options (optional) }
  • nfs_mount_opts: Default NFS4 mount options.

Example Playbook

- hosts: localhost
  roles:
  - role: 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"

Author Information

ome-devel@lists.openmicroscopy.org.uk

Informazioni sul progetto

Manage NFS4 mounts

Installa
ansible-galaxy install manics.ansible_role_nfs_mount
Licenza
Unknown
Download
124
Proprietario