summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-13 10:24:09 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-13 10:24:09 +0300
commit0e0ac3e7595c4d79a11a87e4f704057a70bc0087 (patch)
tree56bc72c6eaba79e22231722ce1717f4867b18d7c
parentf4e090cd7951d510c8d054844dc43e685364088f (diff)
downloadick2-ansible-0e0ac3e7595c4d79a11a87e4f704057a70bc0087.tar.gz
fix: drop unwanted controller config
Sponsored-by: author
-rw-r--r--ick-cluster.yml2
-rw-r--r--roles/ick-controller/templates/controller.yaml.j23
2 files changed, 1 insertions, 4 deletions
diff --git a/ick-cluster.yml b/ick-cluster.yml
index 6e2e4e2..b146b1f 100644
--- a/ick-cluster.yml
+++ b/ick-cluster.yml
@@ -23,7 +23,7 @@
state: restarted
name: notification_service
vars:
- sane_debian_system_version: 1
+ sane_debian_system_version: 2
sane_debian_system_codename: buster
haproxy_domain: "{{ controller_domain }}"
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index f8fded6..c54a47d 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -10,6 +10,3 @@ token-public-key: "{{ qvisqve_token_public_key }}"
log:
- filename: /var/log/ick/controller.log
statedir: /var/lib/ick/state
-muck-url: "http://localhost:{{ muck_port }}"
-client-id: controller
-client-secret: "{{ qvisqve_controller_secret }}"