copr-backend: remove commented out lines for setup of no longer used scripts
This commit is contained in:
parent
420205573a
commit
c968e00ebf
1 changed files with 0 additions and 13 deletions
|
@ -181,19 +181,6 @@
|
|||
- copy: src="cleanup_vms.sh" dest=/etc/cron.hourly/copr_cleanup_vms.sh mode=755
|
||||
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
|
||||
include: "monitoring.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue