summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-10 18:22:46 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-10 18:25:30 +0200
commit56e43239aeb7d38d27b81423fcb506706f394a26 (patch)
tree297895c3014d62fdd0724473c97f253d9c63a1d0 /hosts
parentd385577ac0cbcbfc78e59cd68c4bd9ab55627392 (diff)
downloadick2-ansible-56e43239aeb7d38d27b81423fcb506706f394a26.tar.gz
Change: allow multiple workers to be installed
Building one by one works, concurrently probably not.
Diffstat (limited to 'hosts')
-rw-r--r--hosts11
1 files changed, 8 insertions, 3 deletions
diff --git a/hosts b/hosts
index ac636ca..e60fbe4 100644
--- a/hosts
+++ b/hosts
@@ -1,4 +1,9 @@
[ick]
-worker ansible_ssh_host=165.227.154.4
-blob_service ansible_ssh_host=207.154.253.196
-controller ansible_ssh_host=138.197.182.60
+blob_service ansible_ssh_host=207.154.244.235
+controller ansible_ssh_host=207.154.212.62
+worker1 hostname=worker1 ansible_ssh_host=207.154.247.23
+worker2 hostname=worker2 ansible_ssh_host=46.101.247.167
+
+[workers]
+worker1
+worker2