summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-09 17:14:49 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-10 18:25:27 +0200
commite5474068fbf0b17f5b9c0a93a31dea8a57152de0 (patch)
tree6c55f23e40ee2f8cf66b2de21918d0231ffd28aa /roles
parent7fd400721078966a7aba8d69135b3440f998d6b4 (diff)
downloadick2-ansible-e5474068fbf0b17f5b9c0a93a31dea8a57152de0.tar.gz
Add: blob service url to controller config
Diffstat (limited to 'roles')
-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 22e6124..727a04b 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,3 +1,4 @@
+blob-service: "{{ blob_service_url }}"
token-issuer: localhost
token-audience: localhost
token-public-key: "{{ token_public_key }}"