mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
11 lines
263 B
YAML
11 lines
263 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
|
|
|
|
- name: restart loopback
|
|
shell: ifdown lo:100 && ifup lo:100
|