summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-20 22:45:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-20 22:45:34 +0100
commit2f98bd2cb4a2cc24e611a0796da0d3645757f863 (patch)
tree941fa49457b97dcf4d51919d21e2609cd622ca56 /inventory
parentele-router-hmtsaal: redirect media.elevate.at to lan address (diff)
ele-telesto does not need a public ip
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/elevate-festival/vars.yml7
-rw-r--r--inventory/host_vars/ele-telesto.yml11
2 files changed, 6 insertions, 12 deletions
diff --git a/inventory/group_vars/elevate-festival/vars.yml b/inventory/group_vars/elevate-festival/vars.yml
index 95c95bb1..b58cba5f 100644
--- a/inventory/group_vars/elevate-festival/vars.yml
+++ b/inventory/group_vars/elevate-festival/vars.yml
@@ -16,6 +16,7 @@ network_zones:
ele-thetys: 202
ele-calypso: 203
ele-dione: 204
+ ele-telesto: 205
ele-winvm: 209
ele-tsdatacop: 210
ele-hpws-maxi: 211
@@ -276,8 +277,8 @@ network_zones:
## citycom uses offset 1,2 and 3
# ele-router-orpheum: 4 # ?.?.?.?
# ele-thetys: 5 # ?.?.?.?
- ele-router-orpheum: 5 # 192.168.28.5
- ele-thetys: 6 # 192.168.28.6
+ ele-router-orpheum: 4 # 192.168.28.4
+ ele-thetys: 5 # 192.168.28.5
# cc_leslie:
# description: "citycom upstream @ Lesliehof (Fiber)"
@@ -307,10 +308,8 @@ network_zones:
## citycom uses offset 1,2 and 3
# ele-router-hmtsaal: 4 # 109.73.146.228
# ele-router-emc: 5 # 109.73.146.229
- # ele-telesto: 6 # 109.73.146.230
ele-router-hmtsaal: 2 # 192.168.28.2
ele-router-emc: 3 # 192.168.28.3
- ele-telesto: 4 # 192.168.28.4
funkfeuer:
description: "funkfeuer access, subnet will be announced by olsr using HNA"
diff --git a/inventory/host_vars/ele-telesto.yml b/inventory/host_vars/ele-telesto.yml
index a321e5ed..0c1e2ac3 100644
--- a/inventory/host_vars/ele-telesto.yml
+++ b/inventory/host_vars/ele-telesto.yml
@@ -6,17 +6,12 @@ install:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310329Z
network:
-# nameservers: "{{ network_zones.cc_hmtsaal.dns }}"
- nameservers:
- - 195.58.160.194
- - 195.58.161.122
+ nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp35s0
- address: "192.168.28.3/24"
- gateway: "192.168.28.254"
-# address: "{{ network_zones.cc_hmtsaal.prefix | ansible.utils.ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) }}"
-# gateway: "{{ network_zones.cc_hmtsaal.gateway }}"
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_