algo/roles/common/handlers/main.yml

9 lines
199 B
YAML
Raw Normal View History

2016-08-11 08:54:34 +00:00
- name: restart rsyslog
service: name=rsyslog state=restarted
2016-08-16 03:32:44 +00:00
2016-08-11 08:54:34 +00:00
- name: restart ssh
service: name=ssh state=restarted
2016-08-16 03:32:44 +00:00
2016-08-11 08:54:34 +00:00
- name: flush routing cache
shell: echo 1 > /proc/sys/net/ipv4/route/flush