summaryrefslogtreecommitdiff
path: root/run-workers.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-17 09:01:13 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-17 09:01:13 +0200
commiteb02580f5909b78cf4b8087320bec323a30c0113 (patch)
tree674362d31a6e6de0b2e5dda08424ee51af5d16b7 /run-workers.sh
parentbbe767a113c02eb6f96d52d154aab1cd60736839 (diff)
downloadick2-ansible-eb02580f5909b78cf4b8087320bec323a30c0113.tar.gz
configure worker running on e5 for ci-prod
Diffstat (limited to 'run-workers.sh')
-rwxr-xr-xrun-workers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-workers.sh b/run-workers.sh
index 99cdf61..450ee9f 100755
--- a/run-workers.sh
+++ b/run-workers.sh
@@ -6,7 +6,7 @@ set -eu
controller_domain="$1"
shift 1
-ansible-playbook -i hosts ick-workers.yml \
+ansible-playbook -i hosts.e5-workers ick-workers.yml \
-e "controller_domain=$controller_domain" \
-e "apt_domain=$controller_domain" \
-e @liw.yml \