From 336852caedc942552d376cb2e1cbe096ed750327 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 Apr 2018 18:59:08 +0300 Subject: Change: use domains from hosts.in for letsencrypt role --- ick-cluster.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ick-cluster.yml') diff --git a/ick-cluster.yml b/ick-cluster.yml index ec26f2a..b1dfa46 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -26,6 +26,8 @@ - ick-artifact-store vars: hostname: blobs + letsencrypt_email: liw@liw.fi + letsencrypt_domain: "{{ artifact_store_domain }}" - hosts: controller remote_user: root @@ -39,7 +41,7 @@ vars: hostname: controller letsencrypt_email: liw@liw.fi - letsencrypt_domain: controller.liw.fi + letsencrypt_domain: "{{ controller_domain }}" - hosts: qvisqve remote_user: root @@ -51,7 +53,7 @@ - qvisqve vars: letsencrypt_email: liw@liw.fi - letsencrypt_domain: qvisqve.liw.fi + letsencrypt_domain: "{{ qvisqve_domain }}" qvisqve_token_public_key: "{{ lookup('pipe', 'pass show ick2/token_key.pub') }}" qvisqve_token_private_key: "{{ lookup('pipe', 'pass show ick2/token_key') }}" qvisqve_client_hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}" -- cgit v1.2.1