2012-10-08 19:35:54 +00:00
|
|
|
########################################
|
|
|
|
|
# Handlers for restarting services
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
- name: restart ntpd
|
|
|
|
|
action: service name=ntpd state=restarted
|
|
|
|
|
|
|
|
|
|
- name: restart sshd
|
|
|
|
|
action: service name=sshd state=restarted
|
|
|
|
|
|
|
|
|
|
- name: restart iptables
|
|
|
|
|
action: service name=iptables state=restarted
|
|
|
|
|
|
2012-10-08 20:34:20 +00:00
|
|
|
- name: restart httpd
|
|
|
|
|
action: service name=httpd state=restarted
|
|
|
|
|
|