Skip to content

Commit

Permalink
#83-DNS Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsaderholm committed Dec 9, 2021
1 parent e15191c commit 265b41f
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions ansible/inventory/group_vars/all/dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ magevent_net_hosts:
- { name: "rams2", ip: "10.101.22.22", type: "A" }
- { name: "index", ip: "10.101.22.24", type: "A" }
- { name: "vpn", ip: "10.101.22.25", type: "A" }
- { name: "wifiauth", ip: "10.101.22.26", type: "A" }
- { name: "isp", ip: "10.101.22.27", type: "A" }
- { name: "staffsuite", ip: "10.101.22.28", type: "A" }
- { name: "challenges", ip: "10.101.22.53", type: "A" }
Expand All @@ -49,32 +50,35 @@ magevent_net_hosts:
- { name: "gitlab-builder-3", ip: "10.101.22.140", type: "A" }
- { name: "librenms", ip: "10.101.22.151", type: "A" }
- { name: "zabbix", ip: "10.101.22.200", type: "A" }
# MAGCloud management IPs

# MAGCloud / Network Management
- { name: "mag-core-1", ip: "10.101.21.2", type: "A" }
- { name: "mag-core-2", ip: "10.101.21.3", type: "A" }
- { name: "oob-switch", ip: "10.101.21.4", type: "A" }
- { name: "party-switch-1", ip: "10.101.21.5", type: "A" }
- { name: "party-switch-2", ip: "10.101.21.6", type: "A" }
- { name: "mag-wlc-01", ip: "10.101.21.8", type: "A" }
- { name: "mag-wlc-02", ip: "10.101.21.9", type: "A" }
- { name: "oa1", ip: "10.101.21.11", type: "A" }
- { name: "oa2", ip: "10.101.21.12", type: "A" }
- { name: "vc1", ip: "10.101.21.13", type: "A" }

# PVE
- { name: "quorum", ip: "10.101.21.40", type: "A" }
- { name: "pve1", ip: "10.101.21.41", type: "A" }
- { name: "pve2", ip: "10.101.21.42", type: "A" }
- { name: "pve-vampire", ip: "10.101.21.44", type: "A" }
- { name: "synology", ip: "10.101.21.156", type: "A" }
- { name: "repo", ip: "10.101.21.156", type: "A" }

# IPMI
- { name: "dell-omsa", ip: "192.168.100.110", type: "A" }
- { name: "quorum-ipmi", ip: "192.168.100.111", type: "A" }
- { name: "pve1-ipmi", ip: "192.168.100.112", type: "A" }
- { name: "pve2-ipmi", ip: "192.168.100.113", type: "A" }
- { name: "vampire-ipmi", ip: "192.168.100.114", type: "A" }

# Network Management
- { name: "mag-core-1", ip: "10.101.21.2", type: "A" }
- { name: "mag-core-2", ip: "10.101.21.3", type: "A" }
- { name: "oob-switch", ip: "10.101.21.4", type: "A" }
- { name: "mag-wlc-01", ip: "10.101.21.8", type: "A" }
- { name: "mag-wlc-02", ip: "10.101.21.9", type: "A" }
# Need to confirm MAG-WLC-02

# external IPs, CNAMEs, etc.
# External IPs, CNAMEs, etc.
- { name: "fixit", ip: "52.45.46.140", type: "A" }
- { name: "fixit", ip: "2600:1f18:423b:a500:76bf:d287:e6f9:2306", type: "AAAA" }
- { name: "streaming", ip: "streaming-456449487.us-east-1.elb.amazonaws.com.", type: "CNAME" }
Expand Down

0 comments on commit 265b41f

Please sign in to comment.