summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ick-cluster.yml')
-rw-r--r--ick-cluster.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ick-cluster.yml b/ick-cluster.yml
index b7dc93d..f50cc0b 100644
--- a/ick-cluster.yml
+++ b/ick-cluster.yml
@@ -36,10 +36,12 @@
- letsencrypt
- haproxy
- ick-controller
+ - ick-notifier
vars:
hostname: controller
letsencrypt_email: liw@liw.fi
letsencrypt_domain: "{{ controller_domain }}"
+ smtp_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
- hosts: qvisqve
remote_user: root
@@ -77,6 +79,7 @@
- uapi_logs_id_get
- uapi_workers_get
- uapi_workers_id_get
+ - uapi_notify_post
client_secret:
hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}"
salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}"
@@ -93,6 +96,7 @@
- uapi_work_post
- uapi_blobs_id_put
- uapi_blobs_id_get
+ - uapi_notify_post
client_secret:
hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
@@ -109,6 +113,7 @@
- uapi_work_post
- uapi_blobs_id_put
- uapi_blobs_id_get
+ - uapi_notify_post
client_secret:
hash: "{{ lookup('pipe', 'pass show ick2/worker2_hash') }}"
salt: "{{ lookup('pipe', 'pass show ick2/worker2_salt') }}"