From 4a7e720d4bec247f8c1e48c3fe5e08e44965e085 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jul 2019 19:42:40 +0300 Subject: Change: port numbers --- group_vars/ickhost.yml | 6 +++--- 1 file 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 -- cgit v1.2.1