This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
eae-am-deutschen-platz/ansible-inventory

111 lines
3.8 KiB
Plaintext
Raw Normal View History

2022-06-22 00:05:55 +00:00
[accesspoints]
ap-c5d1 ip=10.84.1.33 location=office-facility channel_2g=1 channel_5g=36 txpower_2g=12 txpower_5g=13
ap-ac7c ip=10.84.1.31 location=office-social channel_2g=11 channel_5g=161 txpower_2g=12 txpower_5g=13
ap-8f42 ip=10.84.1.36 location=tent-1 channel_2g=6 channel_5g=40
ap-0b99 ip=10.84.1.32 location=tent-2 channel_2g=11 channel_5g=44
ap-c495 ip=10.84.1.34 location=tent-3 channel_2g=1 channel_5g=48
ap-2bbf ip=10.84.1.30 location=tent-4 channel_2g=11 channel_5g=149
ap-1a38 ip=10.84.1.35 location=tent-5 channel_2g=6 channel_5g=153
ap-8f39 ip=10.84.1.37 location=tent-5 channel_2g=1 channel_5g=157
ap-b62f ip=10.85.1.31 location=tent-1 channel_2g=1 channel_5g=36 txpower_2g=18 txpower_5g=19
ap-b656 ip=10.85.1.35 location=tent-1 channel_2g=6 channel_5g=165 txpower_2g=18 txpower_5g=19
ap-b6ee ip=10.85.1.32 location=office-security channel_2g=1 channel_5g=48 txpower_2g=12 txpower_5g=13
ap-b5df ip=10.85.1.38 location=office-social channel_2g=11 channel_5g=153 txpower_2g=12 txpower_5g=13
ap-b6cb ip=10.85.1.33 location=office-facility channel_2g=6 channel_5g=60 txpower_2g=12 txpower_5g=13
ap-b641 ip=10.85.1.30 location=tent-2 channel_2g=1 channel_5g=136 txpower_2g=18 txpower_5g=19
ap-b6d7 ip=10.85.1.34 location=tent-2 channel_2g=6 channel_5g=104 txpower_2g=18 txpower_5g=19
ap-b644 ip=10.85.1.36 location=tent-2 channel_2g=11 channel_5g=124 txpower_2g=18 txpower_5g=19
ap-b634 ip=10.85.1.37 location=tent-3 channel_2g=1 channel_5g=116 txpower_2g=18 txpower_5g=19
ap-b6cc ip=10.85.1.39 location=tent-3 channel_2g=6 channel_5g=40 txpower_2g=18 txpower_5g=19
ap-b682 ip=10.85.1.40 location=tent-3 channel_2g=11 channel_5g=161 txpower_2g=18 txpower_5g=19
[accesspoints:vars]
ansible_remote_tmp=/tmp
garet_profile=aruba-ap-105_21.02
garet_release=845a6ba
2022-06-22 00:05:55 +00:00
[switches]
sw-access01 ip=10.84.1.11 base_mac=bc:cf:4f:e3:bb:8d
sw-access02 ip=10.84.1.12 base_mac=bc:cf:4f:e3:ac:39
2022-06-22 00:05:55 +00:00
[switches_stock]
ffl-ans-sw-distribution01 ip=10.85.1.11 base_mac=5c:e2:8c:6a:7f:cc
ffl-ans-sw-access01 ip=10.85.1.12 base_mac=d8:ec:e5:9b:46:50
ffl-ans-sw-access02 ip=10.85.1.13 base_mac=d8:ec:e5:9b:45:a0
2022-06-22 00:05:55 +00:00
[gateways]
2022-11-10 00:57:56 +00:00
gw-core01 ip=10.84.1.1
ffl-ans-gw-core01 ip=10.85.1.1
2022-06-22 00:05:55 +00:00
[gateways:vars]
ansible_remote_tmp=/tmp
garet_profile=sophos-sg-125r2-22.03
garet_release=89cbd27
2022-06-22 00:05:55 +00:00
[server]
hyper01 ip=10.84.1.21
[vms]
2022-07-03 00:01:02 +00:00
eae-adp-jump01 ip=162.55.53.85 monitoring_ip=10.84.254.0 ansible_python_interpreter=/usr/local/bin/python3
[container]
monitoring01 ip=10.84.1.51 cpus=2 disk=50 memory=1024 net='{"net0":"name=eth0,ip=10.84.1.51/24,gw=10.84.1.1,bridge=vmbr0"}'
mon-e2e-clients01 ip=10.84.7.30 cpus=1 disk=10 memory=256 net='{"net0":"name=eth0,ip=dhcp,bridge=vmbr1"}'
mon-e2e-wan01 ip=192.168.0.3 cpus=1 disk=10 memory=256 net='{"net0":"name=eth0,ip=dhcp,bridge=vmbr3"}'
[container:vars]
ostemplate=local:vztmpl/debian-11-standard_11.3-1_amd64.tar.zst
[openwrt:children]
switches
2022-11-08 23:20:27 +00:00
[site_adp]
ap-c5d1
ap-ac7c
ap-8f42
ap-0b99
ap-c495
ap-2bbf
ap-1a38
ap-8f39
sw-access01
sw-access02
gw-core01
hyper01
monitoring01
mon-e2e-clients01
mon-e2e-wan01
2022-11-08 23:21:17 +00:00
[site_adp:vars]
wifi_ssid="GU Deutscher Platz"
wifi_encryption=none
backoffice_wifi_ssid="GU Deutscher Platz Backoffice"
backoffice_wifi_encryption=psk2
backoffice_wifi_psk="{{ lookup('passwordstore', 'wifi/GU_Deutscher_Platz_Backoffice') }}"
2022-11-08 23:20:27 +00:00
[site_ans]
ap-b641
ap-b62f
ap-b6ee
ap-b6cb
ap-b6d7
ap-b656
ap-b644
ap-b634
ap-b5df
ap-b682
ap-b6cc
ffl-ans-sw-distribution01
ffl-ans-sw-access01
ffl-ans-sw-access02
2022-11-08 23:21:17 +00:00
[site_ans:vars]
wifi_ssid="GU Arno-Nitzsche-Strasse"
wifi_encryption=none
wifi_disabled=1
backoffice_wifi_ssid="GU Arno-Nitzsche-Strasse BO"
2022-11-08 23:21:17 +00:00
backoffice_wifi_encryption=psk2
backoffice_wifi_psk="{{ lookup('passwordstore', 'wifi/GU_Arno-Nitzsche-Straße_Backoffice') }}"
mgmt_gateway=10.85.1.1