copr-backend: remove commented out lines for setup of no longer used scripts

This commit is contained in:
clime 2017-07-19 19:24:08 +02:00
parent 420205573a
commit c968e00ebf

View file

@ -181,19 +181,6 @@
- copy: src="cleanup_vms.sh" dest=/etc/cron.hourly/copr_cleanup_vms.sh mode=755 - copy: src="cleanup_vms.sh" dest=/etc/cron.hourly/copr_cleanup_vms.sh mode=755
when: not devel when: not devel
#- name: copy delete-forgotten-instances.pl
# copy: src="delete-forgotten-instances.pl" dest=/home/copr/delete-forgotten-instances.pl mode=755
#- name: copy delete-forgotten-instances.cron
# copy: src="delete-forgotten-instances.cron" dest=/etc/cron.daily/delete-forgotten-instances owner=root group=root mode=755
# when: not devel
#- name: install script to kill VMs in error state
# copy: src="instant-instance-killer.sh" dest="/root/"
#- cron: name="kill VMs in error state" minute="*/15" job="/root/instant-instance-killer.sh"
# when: not devel
- name: setup monitoring - name: setup monitoring
include: "monitoring.yml" include: "monitoring.yml"