disable rp_filter on all interfaces

This commit is contained in:
Sergey Bubnov 2019-06-04 14:18:34 +04:00
parent e63dc2e79c
commit 6caf9144d7

View File

@ -8,6 +8,13 @@
delay: 3
timeout: 60
- name: disable rp_filter on all interfaces
shell: |
for DEV in /proc/sys/net/ipv4/conf/*/rp_filter
do
echo 0 > $DEV
done
- name: disable apt-cache in tmpfs
block:
- lineinfile: