Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Walde: converted to locations/ and refined ip-comment #677

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions group_vars/location_walde/general.yml

This file was deleted.

4 changes: 0 additions & 4 deletions group_vars/location_walde/owm.yml

This file was deleted.

6 changes: 0 additions & 6 deletions group_vars/location_walde/snmp.yml

This file was deleted.

7 changes: 0 additions & 7 deletions host_vars/walde-core/base.yml

This file was deleted.

28 changes: 24 additions & 4 deletions group_vars/location_walde/networks.yml → locations/walde.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
---

location: walde
location_nice: Waldemarstrasse 103
latitude: 52.501329204
longitude: 13.427798152
community: true

hosts:

- hostname: walde-core
role: corerouter
model: "avm_fritzbox-7530"
wireless_profile: freifunk_default

snmp_devices:
- hostname: walde-emma
address: 10.31.92.1
snmp_profile: airos_8


ipv6_prefix: "2001:bf7:830:b00::/56"

# 10.31.92.0/26 2001:bf7:830:b00::/56
# DHCP: 10.31.92.32/27
# MGMT: 10.31.92.0/28
# MESH: 10.31.92.16/28
# ROUTER: 10.31.92.0/26
# --DHCP: 10.31.92.32/27
# --MGMT: 10.31.92.0/28
# --MESH: 10.31.92.16/28

networks:
- vid: 10
Expand Down