remove the grobisplitter parts from batcave role. The playbook calls grobisplitter role so different jobs would replace different files.

This commit is contained in:
Stephen Smoogen 2022-06-07 14:29:33 -04:00
parent 60e3ea53b6
commit 669b21fb67

View file

@ -338,27 +338,6 @@
- config
when: inventory_hostname.startswith('batcave01')
#
# Setup rhel8-split script.
#
- name: setup rhel8-split script
copy: src=rhel8-split.sh dest=/usr/local/bin/rhel8-split.sh mode=0755
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# Setup rhel8-split cron job
#
- name: setup rhel8-split cron
copy: src=rhel8-split.cron dest=/etc/cron.d/rhel8-split.cron mode=0644
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# Setup web server config
#