Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8431b0ea
Commit
8431b0ea
authored
Oct 27, 2019
by
James Harrington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation
parent
579e5aed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main.yml
contrib/ansible/roles/prereq/tasks/main.yml
+4
-4
No files found.
contrib/ansible/roles/prereq/tasks/main.yml
View file @
8431b0ea
...
@@ -4,21 +4,21 @@
...
@@ -4,21 +4,21 @@
state
:
disabled
state
:
disabled
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
-
name
:
Enable IPv4 forwarding
-
name
:
Enable IPv4 forwarding
sysctl
:
sysctl
:
name
:
net.ipv4.ip_forward
name
:
net.ipv4.ip_forward
value
:
"
1"
value
:
"
1"
state
:
present
state
:
present
reload
:
yes
reload
:
yes
-
name
:
Enable IPv6 forwarding
-
name
:
Enable IPv6 forwarding
sysctl
:
sysctl
:
name
:
net.ipv6.conf.all.forwarding
name
:
net.ipv6.conf.all.forwarding
value
:
"
1"
value
:
"
1"
state
:
present
state
:
present
reload
:
yes
reload
:
yes
-
name
:
Set bridge-nf-call-iptables (just to be sure)
-
name
:
Set bridge-nf-call-iptables (just to be sure)
sysctl
:
sysctl
:
name
:
net.bridge.bridge-nf-call-iptables
name
:
net.bridge.bridge-nf-call-iptables
value
:
"
1"
value
:
"
1"
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
reload
:
yes
reload
:
yes
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
-
name
:
Set bridge-nf-call-ip6tables (just to be sure)
-
name
:
Set bridge-nf-call-ip6tables (just to be sure)
sysctl
:
sysctl
:
name
:
net.bridge.bridge-nf-call-iptables
name
:
net.bridge.bridge-nf-call-iptables
value
:
"
1"
value
:
"
1"
...
...
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