forked from k-space/kube
Update ansible-kubernetes.yml
This commit is contained in:
parent
07af1aa0bd
commit
51808b3c6b
@ -67,7 +67,6 @@
|
|||||||
- name: Copy /etc/sysctl.d/99-k8s.conf
|
- name: Copy /etc/sysctl.d/99-k8s.conf
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
content: |
|
content: |
|
||||||
cat > /etc/sysctl.d/99-k8s.conf << EOF
|
|
||||||
net.ipv4.conf.all.accept_redirects = 0
|
net.ipv4.conf.all.accept_redirects = 0
|
||||||
net.bridge.bridge-nf-call-iptables = 1
|
net.bridge.bridge-nf-call-iptables = 1
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user