summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-07 18:00:30 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-07 18:00:30 +0300
commit1b00e797dce002a16e0e9ad761366a1ebec9e36a (patch)
treebbd2146b28ab1e2b4b41b6f6885a566d88596500 /ick-cluster.yml
parenta6e8ffdc361848cf6a245b57caa174212c1d0c7c (diff)
downloadick2-ansible-1b00e797dce002a16e0e9ad761366a1ebec9e36a.tar.gz
Add: letsencrypt variables for controller, qvisqve, for liw
Diffstat (limited to 'ick-cluster.yml')
-rw-r--r--ick-cluster.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ick-cluster.yml b/ick-cluster.yml
index b411132..10e24c3 100644
--- a/ick-cluster.yml
+++ b/ick-cluster.yml
@@ -38,6 +38,8 @@
- ick-controller
vars:
hostname: controller
+ letsencrypt_email: liw@liw.fi
+ letsencrypt_domain: controller.liw.fi
- hosts: qvisqve
remote_user: root
@@ -48,7 +50,8 @@
- haproxy
- qvisqve
vars:
- letsencrypt_domain: "{{ qvisqve_domain }}"
+ letsencrypt_email: liw@liw.fi
+ letsencrypt_domain: qvisqve.liw.fi
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') }}"