diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-06-05 01:09:37 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-06-05 01:09:37 +0200 |
commit | 7f4afc25b8811125a928702a3d9c34d7219ffba4 (patch) | |
tree | 3fff1fea6ec0720cce3877a187973c2fa207e122 /inventory/group_vars/chaos-at-home/vars.yml | |
parent | ch-iot: allow access to http from iot vlan (needed for apt proxy) (diff) |
improve chaos-at-home grouping to make apt-repo provider config clearer
Diffstat (limited to 'inventory/group_vars/chaos-at-home/vars.yml')
-rw-r--r-- | inventory/group_vars/chaos-at-home/vars.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inventory/group_vars/chaos-at-home/vars.yml b/inventory/group_vars/chaos-at-home/vars.yml index d5ee34e3..0f0a8d0d 100644 --- a/inventory/group_vars/chaos-at-home/vars.yml +++ b/inventory/group_vars/chaos-at-home/vars.yml @@ -3,11 +3,6 @@ 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" password: "{{ vault_apt_repo_blackmagic_auth.password }}" |