Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
c8cd8672
Commit
c8cd8672
authored
Oct 10, 2017
by
julian.gethmann
Browse files
Add SysRq to commons role
parent
4a7575c3
Changes
2
Show whitespace changes
Inline
Side-by-side
roles/common/tasks/main.yml
View file @
c8cd8672
...
...
@@ -11,3 +11,4 @@
-
import_tasks
:
software.yml
-
import_tasks
:
smartd.yml
tags
:
smartd
-
import_tasks
:
sysrq.yml
roles/common/tasks/sysrq.yml
0 → 100644
View file @
c8cd8672
---
-
name
:
enable all magic keys or SysRq
become
:
yes
sysctl
:
name
:
kernel.sysrq
value
:
1
state
:
present
sysctl_file
:
/etc/sysctl.d/90-sysrq.conf
Write
Preview
Markdown
is supported
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