Skip to content

Commit 53705c9

Browse files
committed
make export location definition clear
1 parent 5dbd8bb commit 53705c9

File tree

1 file changed

+4
-1
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+4
-1
lines changed

environments/common/inventory/group_vars/all/nfs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ nfs_configurations:
1515
nfs_server: "{{ nfs_server_default }}"
1616
nfs_export: "/exports/home" # assumes skeleton TF is being used
1717
nfs_client_mnt_point: "/home"
18-
nfs_export_options: 'rw,secure,root_squash' # prevent tunnelling and setuid binaries
18+
# prevent tunnelling and setuid binaries:
19+
# NB: this is stackhpc.nfs role defaults but are set here to prevent being
20+
# accidently overriden via default options
21+
nfs_export_options: 'rw,secure,root_squash'

0 commit comments

Comments
 (0)