fstab

crossplatform Role to manage fstab entries

Role Variables

fstab_conf

Enable this role

fstab_conf: False

fstab

Define fstab entries

fstab: []

Keys to be defined:

  • src: the source (Local device or nfs/cifs server path)
  • path: the mountpoint
  • fstype: the type of the fs
  • opts: the option of for this fs
  • state: state of this fstab entry (default mounted)

Exampel

                        fstab_conf: true
                        fstab:
                        - nfs_share_v3:
                          src: 192.168.42.42:/fs42/nfs_share_v3
                          path: /nfs/somename
                          opts: rw,sec=sys
                          fstype: nfs
                          state: mounted

License

BSD

Author Information

Thomas Berchtold thomas.berchtold@id.ethz.ch

Support-Contact: servicedesk-linux@id.ethz.ch