mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
10 lines
206 B
YAML
10 lines
206 B
YAML
|
- name: restart rsyslog
|
||
|
service: name=rsyslog state=restarted
|
||
|
|
||
|
- name: restart ssh
|
||
|
service: name=ssh state=restarted
|
||
|
|
||
|
- name: flush routing cache
|
||
|
shell: echo 1 > /proc/sys/net/ipv4/route/flush
|
||
|
|