From 56e43239aeb7d38d27b81423fcb506706f394a26 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Feb 2018 18:22:46 +0200 Subject: Change: allow multiple workers to be installed Building one by one works, concurrently probably not. --- ick-cluster.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ick-cluster.yml') diff --git a/ick-cluster.yml b/ick-cluster.yml index 0a8e668..581a338 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -1,4 +1,4 @@ -- hosts: worker +- hosts: workers remote_user: ansible become: yes roles: @@ -7,7 +7,6 @@ - unix_users - ick-worker vars: - hostname: worker wm_ssh_key: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key') }}" wm_ssh_key_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}" unix_users: -- cgit v1.2.1