mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 19:10:12 -03:30
Always set net.bridge.bridge-nf-call-* sysctl
This commit is contained in:
parent
39ce1bd8be
commit
bef259a6eb
@ -98,7 +98,7 @@
|
||||
state: present
|
||||
value: 1
|
||||
reload: yes
|
||||
when: modinfo_br_netfilter.rc == 1 and sysctl_bridge_nf_call_iptables.rc == 0
|
||||
when: sysctl_bridge_nf_call_iptables.rc == 0
|
||||
with_items:
|
||||
- net.bridge.bridge-nf-call-iptables
|
||||
- net.bridge.bridge-nf-call-arptables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user