summaryrefslogtreecommitdiff
path: root/group_vars
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-15 11:52:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-15 11:52:51 +0200
commit0fd7fc4e7d37a9007ab6f8182732aebec0fcb3db (patch)
tree7a4c8e9cbf96babf3a909c818069c7e42e3fbedb /group_vars
parent0201e613692b95b6d3ebaa375a0350df06ee1d28 (diff)
downloadick2-ansible-0fd7fc4e7d37a9007ab6f8182732aebec0fcb3db.tar.gz
haproxy works
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/apt.yml4
-rw-r--r--group_vars/ickhost.yml12
2 files changed, 4 insertions, 12 deletions
diff --git a/group_vars/apt.yml b/group_vars/apt.yml
index 39c33c0..e793ee4 100644
--- a/group_vars/apt.yml
+++ b/group_vars/apt.yml
@@ -5,10 +5,6 @@ apt_signing_key_pub: FIXME
apt_signing_key_fingerprint: FIXME
apt_admin_email: FIXME
apt_distributions:
- - codename: stretch
- description: Release packages for stretch
- - codename: stretch-ci
- description: CI builds for stretch
- codename: unstable
description: Release packages for unstable
- codename: unstable-ci
diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml
index 66559d9..094dfd5 100644
--- a/group_vars/ickhost.yml
+++ b/group_vars/ickhost.yml
@@ -1,17 +1,12 @@
qvisqve_token_public_key: FIXME
tls_certificate: FIXME
-debian_codename: stretch
-debian_mirror: deb.debian.org
-debian_mirror_src: deb.debian.org
-
ci_prefix: ""
sources_lists:
- - repo: "deb http://deb.debian.org/debian stretch-backports main"
- - repo: "deb http://code.liw.fi/debian stretch main ickhost"
- signing_key: "{{ code_liw_fi_signing_key }}"
- - repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch main ickhost"
+# - repo: "deb http://code.liw.fi/debian unstable main ickhost"
+# signing_key: "{{ code_liw_fi_signing_key }}"
+ - repo: "deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main ickhost"
signing_key: "{{ ci_prod_apt_signing_key }}"
controller_port: 3333
@@ -20,6 +15,7 @@ qvisqve_port: 10000
notify_port: 6666
ickweb_port: 10001
apache_port: 8080
+muck_port: 4444
controller_url: "https://{{ controller_domain }}"
artifact_store_url: "https://{{ artifact_store_domain }}"