summaryrefslogtreecommitdiff
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
parentbbe767a113c02eb6f96d52d154aab1cd60736839 (diff)
downloadick2-ansible-eb02580f5909b78cf4b8087320bec323a30c0113.tar.gz
configure worker running on e5 for ci-prod
-rw-r--r--hosts.e5-workers5
-rwxr-xr-xrun-workers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/hosts.e5-workers b/hosts.e5-workers
new file mode 100644
index 0000000..f58d68b
--- /dev/null
+++ b/hosts.e5-workers
@@ -0,0 +1,5 @@
+[ickhost]
+workera
+
+[workers]
+workera
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 \