algo/roles/security/handlers/main.yml
2016-08-15 23:32:44 -04:00

6 lines
142 B
YAML

- name: restart rsyslog
service: name=rsyslog state=restarted
- name: flush routing cache
shell: echo 1 > /proc/sys/net/ipv4/route/flush