From 5ce0db7618bfb74ed144780afb21f292c81695c0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 28 Dec 2018 17:42:47 +0200 Subject: Change: support install all-but-workers onto one controller host This is needed to use my new run-ansible script instead of the various service-specific run-* scripts. --- ick-cluster.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ick-cluster.yml b/ick-cluster.yml index d23a82c..1f2f399 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -1,4 +1,4 @@ -- hosts: ick +- hosts: controller remote_user: root become: yes roles: @@ -13,4 +13,8 @@ - ick-notifier - ickweb vars: - hostname: ick + hostname: ickhost + qvisqve_domain: "{{ controller_domain }}" + artifact_store_domain: "{{ controller_domain }}" + apt_domain: "{{ controller_domain }}" + notify_domain: "{{ controller_domain }}" -- cgit v1.2.1