summaryrefslogtreecommitdiff
path: root/group_vars/ickhost.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-05 17:23:51 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-05 17:23:51 +0300
commitc0f9a32ae8f092b7ba552798ea1ae2f2fdd9666a (patch)
treef0059202115a952365785b5fb74edbf22bb0a992 /group_vars/ickhost.yml
parenta1203258d80afd0bfcc726011f39591974c7a7e3 (diff)
downloadick2-ansible-c0f9a32ae8f092b7ba552798ea1ae2f2fdd9666a.tar.gz
Fix: how ickweb is started
Diffstat (limited to 'group_vars/ickhost.yml')
-rw-r--r--group_vars/ickhost.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml
index aa922f4..c33d718 100644
--- a/group_vars/ickhost.yml
+++ b/group_vars/ickhost.yml
@@ -8,14 +8,17 @@ debian_mirror_src: deb.debian.org
ci_prefix: ""
sources_lists:
- - repo: "deb http://code.liw.fi/debian stretch main"
+ - repo: "deb http://code.liw.fi/debian stretch main ickhost"
keyring_package: code.liw.fi-keyring
signing_key: "{{ code_liw_fi_signing_key }}"
+ - repo: "deb http://ick-controller.h.qvarnlabs.eu/debian stretch-ci main"
+ signing_key: "{{ ql_ick_apt_fi_signing_key }}"
controller_port: 12765
artifact_store_port: 12766
qvisqve_port: 10000
notify_port: 12767
+ickweb_port: 10001
controller_url: "https://{{ controller_domain }}"
artifact_store_url: "https://{{ artifact_store_domain }}"