mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
copr-backend: remove commented out lines for setup of no longer used scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user