Spring cleaning time. :)

I removed all the old files, inventory, playbooks, roles and other from
services we no longer run or use. There was a bunch of cruft in there
and I hope that will make the repo cleaner and easier to look for things
we actually do run and care about.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-13 14:02:41 -07:00
commit c529380547
200 changed files with 4 additions and 6667 deletions

View file

@ -86,9 +86,6 @@
- name: fix openvpn routing
action: shell /etc/openvpn/fix-routes.sh
- name: restart xinetd
action: service name=xinetd state=restarted
- name: restart netapproute
action: command /etc/sysconfig/network-scripts/ifup-routes eth1
@ -110,9 +107,6 @@
- name: restart glusterd
service: name=glusterd state=restarted
- name: restart supervisord
service: name=supervisord state=restarted
- name: run rkhunter
command: rkhunter --propupd
@ -145,15 +139,6 @@
- name: restart stunnel
service: name=stunnel state=restarted
- name: restart cinder api
service: name=openstack-cinder-api state=restarted
- name: restart cinder scheduler
service: name=openstack-cinder-scheduler state=restarted
- name: restart cinder volume
service: name=openstack-cinder-volume state=restarted
- name: restart mirrorlist-server
service: name=mirrorlist-server state=restarted
@ -187,6 +172,3 @@
name: rabbitmq-server
state: restarted
daemon_reload: yes
- name: restart repoSpanner
action: service name=repoSpanner state=restarted