diff options
Diffstat (limited to 'inventory/group_vars')
-rw-r--r-- | inventory/group_vars/all/vars.yml | 13 | ||||
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 5 | ||||
-rw-r--r-- | inventory/group_vars/chaos-at-home/vars.yml | 6 |
3 files changed, 24 insertions, 0 deletions
diff --git a/inventory/group_vars/all/vars.yml b/inventory/group_vars/all/vars.yml index 540c4a3e..b92ca4d5 100644 --- a/inventory/group_vars/all/vars.yml +++ b/inventory/group_vars/all/vars.yml @@ -60,3 +60,16 @@ apt_repo_providers: ubuntu: host: debian.ffgraz.net path: /ubuntu + inode: + debian: + host: debian.inode.at + path: /debian + debian_security: + host: security.debian.org + path: /debian-security + debian_archive: + host: archive.debian.org + path: /debian + ubuntu: + host: ubuntu.inode.at + path: /ubuntu diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 67950f94..ea7b4958 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -13,6 +13,11 @@ network_zones: offsets: ch-equinox-ws: 1 ch-mc: 10 + ch-telesto: 20 + ch-calypso: 21 + ch-thetys: 22 + ch-dione: 23 + ch-helene: 24 ch-prometheus: 200 ch-gw-lan: 254 ############# diff --git a/inventory/group_vars/chaos-at-home/vars.yml b/inventory/group_vars/chaos-at-home/vars.yml index b0322c81..c09c75e1 100644 --- a/inventory/group_vars/chaos-at-home/vars.yml +++ b/inventory/group_vars/chaos-at-home/vars.yml @@ -5,3 +5,9 @@ admin_users_group: - equinox acmetool_account_email: admin@chaos-at-home.org + +apt_repo_provider: inode + +apt_repo_blackmagic_auth: + username: "chaos-at-home" + password: "{{ vault_apt_repo_blackmagic_auth.password }}" |