mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-be: keep one machine running for Kevin's debugging
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
set -- $(echo "$decoded")
|
||||
IP=$1
|
||||
fi
|
||||
case $RESALLOC_NAME in
|
||||
*vmhost_p09_02_prod_01867876_20260202_151259*)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=10 "${SSH_USER-root}@$IP" true
|
||||
mode: "0755"
|
||||
dest: /usr/local/bin/resalloc-check-vm-ip
|
||||
|
||||
Reference in New Issue
Block a user