From eb02580f5909b78cf4b8087320bec323a30c0113 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 17 Mar 2021 09:01:13 +0200 Subject: configure worker running on e5 for ci-prod --- hosts.e5-workers | 5 +++++ run-workers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hosts.e5-workers 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 \ -- cgit v1.2.1