mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
9 lines
225 B
YAML
9 lines
225 B
YAML
- name: restart rsyslog
|
|
service: name=rsyslog state=restarted
|
|
|
|
- name: restart iptables
|
|
service: name=netfilter-persistent state=restarted
|
|
|
|
- name: flush routing cache
|
|
shell: echo 1 > /proc/sys/net/ipv4/route/flush
|