summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
commitd979122bf56ef8546ef590c555ec1688fb17349c (patch)
treeceeda572e5928f8dca2771a2a8fcf68bbf550239 /inventory/group_vars/chaos-at-home
parentadd UHD resolutions to info-beamer config role (diff)
parentadd zfs support to new workstation/base role (diff)
Merge branch 'topic/haromnize-workstation-install'
Diffstat (limited to 'inventory/group_vars/chaos-at-home')
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml5
-rw-r--r--inventory/group_vars/chaos-at-home/vars.yml6
2 files changed, 11 insertions, 0 deletions
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 }}"