From 239792defe078fc9c97b51cc2e63d24fdb5d37ab Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 30 Apr 2018 20:24:15 +0300 Subject: Fix: ns config --- ick-cluster.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ick-cluster.yml') 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') }}" -- cgit v1.2.1