From 6d28f6080a23ede497a7957aa4e15553e5874a37 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Mar 2021 11:21:21 +0200 Subject: fix: make apt_repositroy work --- ick-cluster.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'ick-cluster.yml') diff --git a/ick-cluster.yml b/ick-cluster.yml index 6cbfa3f..22fa365 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -1,20 +1,21 @@ -- hosts: controller - remote_user: root +- hosts: ick + remote_user: debian become: yes roles: - sane_debian_system - - unix_users - comfortable - apt_repository - - haproxy - - qvisqve - - ick-controller - - ick-artifact-store - - ick-notifier - - ickweb - - muck + # - haproxy + # - qvisqve + # - ick-controller + # - ick-artifact-store + # - ick-notifier + # - ickweb + # - muck vars: - hostname: ickhost + sane_debian_system_version: 1 + sane_debian_system_codename: buster + haproxy_domain: "{{ controller_domain }}" qvisqve_domain: "{{ controller_domain }}" artifact_store_domain: "{{ controller_domain }}" -- cgit v1.2.1