summaryrefslogtreecommitdiff
path: root/roles
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 /roles
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 'roles')
-rw-r--r--roles/ick-worker/templates/worker_manager.yaml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ick-worker/templates/worker_manager.yaml.j2 b/roles/ick-worker/templates/worker_manager.yaml.j2
index d742a42..b832de3 100644
--- a/roles/ick-worker/templates/worker_manager.yaml.j2
+++ b/roles/ick-worker/templates/worker_manager.yaml.j2
@@ -1,6 +1,6 @@
config:
controller: "{{ controller_url }}"
- name: worker1
+ name: "{{ hostname }}"
log: /var/log/ickwm/worker_manager.log
log-level: debug
log-max: 10M