Migrate a bunch of things to roles. Thanks to misc!
This commit is contained in:
parent
16ce004157
commit
8e2ec48cc0
55 changed files with 138 additions and 108 deletions
|
@ -26,9 +26,6 @@
|
|||
- name: restart crond
|
||||
action: service name=crond state=restarted
|
||||
|
||||
- name: restart denyhosts
|
||||
action: service name=denyhosts state=restarted
|
||||
|
||||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
|
@ -59,9 +56,6 @@
|
|||
- 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
|
||||
|
||||
|
@ -71,9 +65,6 @@
|
|||
- name: restart postfix
|
||||
action: service name=postfix state=restarted
|
||||
|
||||
- name: restart postgresql
|
||||
service: name=postgresql state=restarted
|
||||
|
||||
- name: restart rpcbind
|
||||
action: service name=rpcbind state=restarted
|
||||
|
||||
|
@ -92,11 +83,7 @@
|
|||
- 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
|
||||
|
||||
- name: run fasclient
|
||||
action: command /usr/bin/fasClient -i
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue