We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbd8bb commit 53705c9Copy full SHA for 53705c9
environments/common/inventory/group_vars/all/nfs.yml
@@ -15,4 +15,7 @@ nfs_configurations:
15
nfs_server: "{{ nfs_server_default }}"
16
nfs_export: "/exports/home" # assumes skeleton TF is being used
17
nfs_client_mnt_point: "/home"
18
- nfs_export_options: 'rw,secure,root_squash' # prevent tunnelling and setuid binaries
+ # 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