mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
8 lines
214 B
YAML
8 lines
214 B
YAML
- name: restart rsyslog
|
|
service: name=rsyslog state=restarted
|
|
|
|
- name: save iptables
|
|
command: service netfilter-persistent save
|
|
|
|
- name: flush routing cache
|
|
shell: echo 1 > /proc/sys/net/ipv4/route/flush
|