aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/nfs.yml
blob: 713b5d313908dd85e3778a1605b358680ba24b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
nfs_homedir_options: rw,crossmnt

# These clients will be added to the export list for NFS home directories.
nfs_homedir_clients:
  - client: '{{ vlans.trusted.cidr }}'
    options: sec=krb5p

  # We can't use kerberos for Syncthing, because the Syncthing daemons have
  # to impersonate each user, and I don't feel like shuffling keytabs around.
  - client: syncthing1
    options: sec=sys