summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-17 09:17:58 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-17 09:17:58 +0300
commit2a219c168fd483e1675f89f49129b934c4086185 (patch)
tree7950cfbe9955a6709ef971e834d9cea5ff7e1261
parent9c522ae109daa2a5231168526f3848ffd33d4cac (diff)
downloadick2-ansible-2a219c168fd483e1675f89f49129b934c4086185.tar.gz
Add: apt-server to controller config
-rw-r--r--roles/ick-controller/templates/controller.yaml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index bd514ca..5a141e6 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,3 +1,4 @@
+apt-server: "{{ apt_domain }}"
artifact-store: "{{ artifact_store_url }}"
notify-url: "{{ notify_url }}"
auth-url: "{{ qvisqve_url }}/token"