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
2f93dc19
Commit
2f93dc19
authored
Mar 19, 2017
by
Robin Sonnabend
Browse files
Unset kernel key storage quota after update to stretch
parent
ef71001d
Changes
1
Hide whitespace changes
Inline
Side-by-side
nfs-client/tasks/main.yml
View file @
2f93dc19
...
...
@@ -49,6 +49,16 @@
-
sysctl
-
config
-
name
:
stretch has a reasonable default value for the kernel key storage size
sysctl
:
name=kernel.keys.root_maxkeys state=absent
when
:
debian_version == "stretch"
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