Skip to content
Snippets Groups Projects
Commit ef71001d authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Only set the kernel key storage quote in Debian Jessie

parent 35c5af5a
Branches
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
- name: ensure the kernel key storage quote used for idmapping is sufficiently high - 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 sysctl: name=kernel.keys.root_maxkeys state=present value=1000 # default is 200, this quote was reached
when: debian_version == "jessie"
notify: notify:
- reload sysctl - reload sysctl
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment