summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-04 20:59:17 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-04 20:59:17 +0200
commit3a0b6aaa2f0c4c9d19e5f287409a764a2639635f (patch)
treeabd386887cc06a9b762d48c6d38037b9b914bb07 /inventory/group_vars/chaos-at-home/vars.yml
parentadd kubernetes and docker-com apt-cache and fix cleanup (diff)
make base url for some repos configurable
Diffstat (limited to 'inventory/group_vars/chaos-at-home/vars.yml')
-rw-r--r--inventory/group_vars/chaos-at-home/vars.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/vars.yml b/inventory/group_vars/chaos-at-home/vars.yml
index 645d1c0f..d5ee34e3 100644
--- a/inventory/group_vars/chaos-at-home/vars.yml
+++ b/inventory/group_vars/chaos-at-home/vars.yml
@@ -4,6 +4,9 @@ zsh_banner: chaos-at-home
acme_account_email: admin@chaos-at-home.org
apt_repo_provider: chaos-at-home-cache
+docker_com_apt_repo_baseurl: http://apt.chaos-at-home.org/docker-com
+kubernetes_apt_repo_baseurl: http://apt.chaos-at-home.org/kubernetes
+spreadspace_apt_repo_baseurl: http://apt.chaos-at-home.org/spreadspace
apt_repo_blackmagic_auth:
username: "chaos-at-home"