Skip to content

Commit

Permalink
make export location definition clear
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Mar 4, 2025
1 parent 5dbd8bb commit 53705c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion environments/common/inventory/group_vars/all/nfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ nfs_configurations:
nfs_server: "{{ nfs_server_default }}"
nfs_export: "/exports/home" # assumes skeleton TF is being used
nfs_client_mnt_point: "/home"
nfs_export_options: 'rw,secure,root_squash' # prevent tunnelling and setuid binaries
# prevent tunnelling and setuid binaries:
# NB: this is stackhpc.nfs role defaults but are set here to prevent being
# accidently overriden via default options
nfs_export_options: 'rw,secure,root_squash'

0 comments on commit 53705c9

Please sign in to comment.