From: Michael Scherer <misc@xxxxxxxx> --- handlers/restart_services.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml index 75a805b..67f48ef 100644 --- a/handlers/restart_services.yml +++ b/handlers/restart_services.yml @@ -2,9 +2,6 @@ # Handlers for restarting services # -- name: restart auditd - action: service name=auditd state=restarted - - name: restart apache command: /usr/local/bin/conditional-restart.sh httpd httpd @@ -60,21 +57,9 @@ - name: restart libvirtd action: service name=libvirtd state=restarted -- name: restart mailman - action: service name=mailman 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 ntpd - action: service name=ntpd state=restarted - - name: restart openvpn (Fedora) when: ansible_distribution == "Fedora" action: service name=openvpn@openvpn state=restarted @@ -99,12 +84,6 @@ - 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 xinetd action: service name=xinetd state=restarted -- 1.8.3.1 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx