Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
ad9afb4a
Commit
ad9afb4a
authored
Oct 21, 2020
by
Thomas Schneider
Browse files
nfs-client: enable rpc-svcgssd iff we use kerberized NFS
parent
ab89ed24
Pipeline
#2501
passed with stage
in 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nfs-client/defaults/main.yml
View file @
ad9afb4a
...
...
@@ -2,3 +2,4 @@
nfs_enable_cifs
:
false
nfs_enable_quota
:
false
nfs_enable_gss
:
true
nfs-client/tasks/main.yml
View file @
ad9afb4a
---
# file: roles/nfs-client/tasks/main.yml
-
name
:
ensure nfs client utils are installed
apt
:
...
...
@@ -101,6 +100,13 @@
-
nfs-client
-
sysctl
-
name
:
enable rpc-svcgssd iff we use kerberized NFS
systemd
:
name
:
rpc-svcgssd.service
masked
:
"
{{
not
nfs_enable_gss
}}"
tags
:
-
nfs-client
-
name
:
ensure nfs-common is enabled
service
:
name
:
nfs-client.target
...
...
@@ -206,5 +212,3 @@
tags
:
-
nfs-client
-
umask
-
meta
:
flush_handlers
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment