summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-30 20:24:15 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-30 20:24:15 +0300
commit239792defe078fc9c97b51cc2e63d24fdb5d37ab (patch)
treed792ea73ff91b4c21c30054e140c947eaa766bf1
parente108f25a33ec540a53319b60339c4adc61862220 (diff)
downloadick2-ansible-239792defe078fc9c97b51cc2e63d24fdb5d37ab.tar.gz
Fix: ns config
-rw-r--r--ick-cluster.yml5
-rwxr-xr-xtest-ick6
2 files changed, 8 insertions, 3 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') }}"
diff --git a/test-ick b/test-ick
index 3b46451..36022a6 100755
--- a/test-ick
+++ b/test-ick
@@ -110,7 +110,7 @@ then
./run-cluster.sh hosts.ickdev -e "ick_prefix=$prefix" -e "ci_dist=$ci_dist" -e @ci-vars.yml
fi
-tool make-it-so < "${rules}/ickdev.yaml"
+#tool make-it-so < "${rules}/ickdev.yaml"
-build ick_stretch
-build ick2
+#build ick_stretch
+#build ick2