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
35c5af5a
Commit
35c5af5a
authored
Feb 25, 2017
by
Robin Sonnabend
Browse files
Ensure the kernel key storage quote is not reached, so idmapping works
parent
658b3d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
nfs-client/handlers/main.yml
View file @
35c5af5a
...
...
@@ -9,3 +9,6 @@
-
name
:
reload sysfs.conf
service
:
name=sysfsutils state=restarted
-
name
:
reload sysctl
command
:
sysctl -p
nfs-client/tasks/main.yml
View file @
35c5af5a
...
...
@@ -39,6 +39,15 @@
-
sysfs
-
config
-
name
:
ensure the kernel key storage quote used for idmapping is sufficiently high
sysctl
:
name=kernel.keys.root_maxkeys state=present value=1000
# default is 200, this quote was reached
notify
:
-
reload sysctl
tags
:
-
nfs-client
-
sysctl
-
config
# makes life much easier to have an automounter and not /etc/fstab
-
name
:
ensure automounter is installed
apt
:
name=autofs state=latest
...
...
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