summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \