merge abompards lists-dev playbook into main repo
mark some fixmes move some files/inventory items around
This commit is contained in:
parent
c07f5a9e24
commit
5372f26f07
19 changed files with 1358 additions and 24 deletions
|
@ -5,6 +5,12 @@
|
|||
- name: restart auditd
|
||||
action: service name=auditd state=restarted
|
||||
|
||||
- name: restart apache
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
- name: reload apache
|
||||
action: service name=httpd state=reloaded
|
||||
|
||||
- name: restart collectd
|
||||
action: service name=collectd state=restarted
|
||||
|
||||
|
@ -14,14 +20,17 @@
|
|||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
- name: restart apache
|
||||
action: service name=httpd state=restarted
|
||||
- name: reload httpd
|
||||
action: service name=httpd state=reloaded
|
||||
|
||||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
- name: restart lighttpd
|
||||
action: service name=lighttpd state=restarted
|
||||
|
||||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
- name: restart mailman
|
||||
action: service name=mailman state=restarted
|
||||
|
||||
- name: restart named
|
||||
action: service name=named state=restarted
|
||||
|
@ -44,6 +53,9 @@
|
|||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue