Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
common
Commits
a6cb5f7e
Commit
a6cb5f7e
authored
5 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
fix ansible v2.8 warnings
parent
561b55a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
basic-system/tasks/logging.yml
+1
-1
1 addition, 1 deletion
basic-system/tasks/logging.yml
basic-system/tasks/network.yml
+3
-3
3 additions, 3 deletions
basic-system/tasks/network.yml
with
4 additions
and
4 deletions
basic-system/tasks/logging.yml
+
1
−
1
View file @
a6cb5f7e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
-
name
:
restrict dmesg access to only root
-
name
:
restrict dmesg access to only root
sysctl
:
sysctl
:
name
:
kernel.dmesg_restrict
name
:
kernel.dmesg_restrict
value
:
1
value
:
'
1'
state
:
present
state
:
present
sysctl_set
:
true
sysctl_set
:
true
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
basic-system/tasks/network.yml
+
3
−
3
View file @
a6cb5f7e
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
-
name
:
ensure deactivation of tcp_timestamps
-
name
:
ensure deactivation of tcp_timestamps
sysctl
:
sysctl
:
name
:
net.ipv4.tcp_timestamps
name
:
net.ipv4.tcp_timestamps
value
:
0
value
:
'
0'
state
:
present
state
:
present
sysctl_set
:
true
sysctl_set
:
true
tags
:
tags
:
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
-
name
:
ensure deactivation of ipv6 tempaddr (all)
-
name
:
ensure deactivation of ipv6 tempaddr (all)
sysctl
:
sysctl
:
name
:
net.ipv6.conf.all.use_tempaddr
name
:
net.ipv6.conf.all.use_tempaddr
value
:
0
value
:
'
0'
state
:
present
state
:
present
sysctl_set
:
true
sysctl_set
:
true
tags
:
tags
:
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
-
name
:
ensure deactivation of ipv6 tempaddr (default)
-
name
:
ensure deactivation of ipv6 tempaddr (default)
sysctl
:
sysctl
:
name
:
net.ipv6.conf.default.use_tempaddr
name
:
net.ipv6.conf.default.use_tempaddr
value
:
0
value
:
'
0'
state
:
present
state
:
present
sysctl_set
:
true
sysctl_set
:
true
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment