algo/roles/common/handlers/main.yml
2016-08-26 00:35:07 +03:00

9 lines
206 B
YAML

- name: restart rsyslog
service: name=rsyslog 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