From 7f4afc25b8811125a928702a3d9c34d7219ffba4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 5 Jun 2024 01:09:37 +0200 Subject: improve chaos-at-home grouping to make apt-repo provider config clearer --- inventory/group_vars/chaos-at-home/vars.yml | 5 ----- inventory/group_vars/chaos-at-home_hetzner/vars.yml | 2 ++ inventory/group_vars/chaos-at-home_mur-at/vars.yml | 2 ++ inventory/group_vars/chaos-at-home_n28/vars.yml | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 inventory/group_vars/chaos-at-home_hetzner/vars.yml create mode 100644 inventory/group_vars/chaos-at-home_mur-at/vars.yml create mode 100644 inventory/group_vars/chaos-at-home_n28/vars.yml (limited to 'inventory/group_vars') 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 }}" diff --git a/inventory/group_vars/chaos-at-home_hetzner/vars.yml b/inventory/group_vars/chaos-at-home_hetzner/vars.yml new file mode 100644 index 00000000..5ba257ac --- /dev/null +++ b/inventory/group_vars/chaos-at-home_hetzner/vars.yml @@ -0,0 +1,2 @@ +--- +apt_repo_provider: hetzner diff --git a/inventory/group_vars/chaos-at-home_mur-at/vars.yml b/inventory/group_vars/chaos-at-home_mur-at/vars.yml new file mode 100644 index 00000000..a5990598 --- /dev/null +++ b/inventory/group_vars/chaos-at-home_mur-at/vars.yml @@ -0,0 +1,2 @@ +--- +apt_repo_provider: ffgraz diff --git a/inventory/group_vars/chaos-at-home_n28/vars.yml b/inventory/group_vars/chaos-at-home_n28/vars.yml new file mode 100644 index 00000000..72806e7f --- /dev/null +++ b/inventory/group_vars/chaos-at-home_n28/vars.yml @@ -0,0 +1,5 @@ +--- +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 -- cgit v1.2.3