Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
44
Issues
44
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
c8cd8672
Commit
c8cd8672
authored
Oct 10, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SysRq to commons role
parent
4a7575c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
roles/common/tasks/main.yml
roles/common/tasks/main.yml
+1
-0
roles/common/tasks/sysrq.yml
roles/common/tasks/sysrq.yml
+8
-0
No files found.
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