Merge "Network Configuration updates Pt.1"
This commit is contained in:
commit
d004b67fb3
@ -34,8 +34,6 @@
|
||||
- net.bridge.bridge-nf-call-ip6tables = 1
|
||||
- net.bridge.bridge-nf-call-iptables = 1
|
||||
- net.ipv4.ip_forward = 1
|
||||
- net.ipv4.conf.default.rp_filter = 0
|
||||
- net.ipv4.conf.all.rp_filter = 0
|
||||
- net.ipv6.conf.all.forwarding = 1
|
||||
|
||||
- name: Update kernel parameters for iptables
|
||||
|
@ -14,10 +14,3 @@
|
||||
value: 1
|
||||
sysctl_file: /etc/sysctl.d/99-sysctl.conf
|
||||
state: present
|
||||
|
||||
- name: Add net.ipv4.conf.tunl0.rp_filter in sysctl for calico
|
||||
lineinfile:
|
||||
path: /etc/sysctl.conf
|
||||
line: net.ipv4.conf.tunl0.rp_filter=0
|
||||
state: present
|
||||
failed_when: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user