- add supervisor restart handler

- add apache tasklist - with hotfixes for hashseed randomization
This commit is contained in:
Seth Vidal 2013-06-04 20:25:02 +00:00
parent 0df91f6a22
commit 3652b82b24
5 changed files with 197 additions and 1 deletions

View file

@ -74,6 +74,9 @@
- name: restart sshd
action: service name=sshd state=restarted
- name: restart supervisord
action: service name=supervisord state=restarted
- name: restart xinetd
action: service name=xinetd state=restarted