summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-08 18:59:08 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-08 18:59:08 +0300
commit336852caedc942552d376cb2e1cbe096ed750327 (patch)
tree93e7022114cf88720f620fdcdaf86bb91c368ece /ick-cluster.yml
parent64a72766147f09c31845c87e1cf5bdb43010b352 (diff)
downloadick2-ansible-336852caedc942552d376cb2e1cbe096ed750327.tar.gz
Change: use domains from hosts.in for letsencrypt role
Diffstat (limited to 'ick-cluster.yml')
-rw-r--r--ick-cluster.yml6
1 files changed, 4 insertions, 2 deletions
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') }}"