mirror of
https://github.com/trailofbits/algo.git
synced 2025-10-03 09:05:14 +02:00
5 lines
134 B
YAML
5 lines
134 B
YAML
- name: restart ssh
|
|
service: name=ssh state=restarted
|
|
|
|
- name: flush routing cache
|
|
shell: echo 1 > /proc/sys/net/ipv4/route/flush
|