summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-20 19:42:40 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-20 19:42:40 +0300
commit4a7e720d4bec247f8c1e48c3fe5e08e44965e085 (patch)
tree8e1309e6b176c8828b4e7ee0b9dafaa9774fbef2
parent395f87a3195fd945d44c012e2e15f481d77b5b19 (diff)
downloadick2-ansible-4a7e720d4bec247f8c1e48c3fe5e08e44965e085.tar.gz
Change: port numbers
-rw-r--r--group_vars/ickhost.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml
index f59b334..f61ac01 100644
--- a/group_vars/ickhost.yml
+++ b/group_vars/ickhost.yml
@@ -14,10 +14,10 @@ sources_lists:
- repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch main ickhost"
signing_key: "{{ ci_prod_apt_signing_key }}"
-controller_port: 12765
-artifact_store_port: 12766
+controller_port: 3333
+artifact_store_port: 5555
qvisqve_port: 10000
-notify_port: 12767
+notify_port: 6666
ickweb_port: 10001
apache_port: 8080