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/host_vars | |
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/host_vars')
-rw-r--r-- | inventory/host_vars/ch-mimas.yml | 2 | ||||
-rw-r--r-- | inventory/host_vars/ch-repo.yml | 4 | ||||
-rw-r--r-- | inventory/host_vars/ch-testvm-hcloud.yml | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/inventory/host_vars/ch-mimas.yml b/inventory/host_vars/ch-mimas.yml index b8716d05..baf60b5e 100644 --- a/inventory/host_vars/ch-mimas.yml +++ b/inventory/host_vars/ch-mimas.yml @@ -9,8 +9,6 @@ install: external_ip: "116.203.212.131" external_ip6: "2a01:4f8:c2c:906c::2" -apt_repo_provider: hetzner - apt_repo_components: - main - contrib ## for zfs diff --git a/inventory/host_vars/ch-repo.yml b/inventory/host_vars/ch-repo.yml index ee0c459f..8ff107a5 100644 --- a/inventory/host_vars/ch-repo.yml +++ b/inventory/host_vars/ch-repo.yml @@ -1,4 +1,6 @@ --- +## for installation only +# apt_repo_provider: anexia install_jumphost: ch-jump install: @@ -39,8 +41,6 @@ network: - *_network_primary_ -apt_repo_provider: anexia - spreadspace_apt_repo_components: - prometheus diff --git a/inventory/host_vars/ch-testvm-hcloud.yml b/inventory/host_vars/ch-testvm-hcloud.yml index f9e59624..66a1ab01 100644 --- a/inventory/host_vars/ch-testvm-hcloud.yml +++ b/inventory/host_vars/ch-testvm-hcloud.yml @@ -5,6 +5,3 @@ install: cloud: credentials: token: "{{ vault_hcloud_api_token }}" - - -apt_repo_provider: hetzner |