From 8295b5c19e9b56bf5df9e18fd2543686c5103944 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 17 Oct 2012 19:54:24 +0000 Subject: [PATCH] bring in and alphabetize all the normal services we would need to restart --- handlers/restart_services.yml | 52 +++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml index bc84a08509..73a60acb03 100644 --- a/handlers/restart_services.yml +++ b/handlers/restart_services.yml @@ -2,15 +2,55 @@ # Handlers for restarting services # -- name: restart ntpd - action: service name=ntpd state=restarted +- name: restart auditd + action: service name=auditd state=restarted -- name: restart sshd - action: service name=sshd state=restarted +- name: restart collectd + action: service name=collectd state=restarted -- name: restart iptables - action: service name=iptables state=restarted +- name: restart crond + action: service name=crond state=restarted - name: restart httpd action: service name=httpd state=restarted +- name: restart iptables + action: service name=iptables state=restarted + +- name: restart named + action: service name=named state=restarted + +- name: restart nfs + action: service name=nfs state=restarted + +- name: restart nfslock + action: service name=nfslock state=restarted + +- name: restart nrpe + action: service name=nrpe state=restarted + +- name: restart ntpd + action: service name=ntpd state=restarted + +- name: restart openvpn + action: service name=openvpn state=restarted + +- name: restart postfix + action: service name=postfix state=restarted + +- name: restart rpcbind + action: service name=rpcbind state=restarted + +- name: restart rpcidmapd + action: service name=rpcidmapd state=restarted + +- name: restart rsyslog + action: service name=rsyslog state=restarted + +- name: restart sshd + action: service name=sshd state=restarted + +- name: restart xinetd + action: service name=xinetd state=restarted + +