Keep track of IPs for PVE hosts
Yea they're all random, I'll deal with that later
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
nebula:
|
||||
subnet: 10.23.2.0/24
|
||||
cidr: 10.23.2.0/24
|
||||
clients:
|
||||
casey:
|
||||
ip: 10.23.2.1
|
||||
|
13
ansible/group_vars/all/pve.yml
Normal file
13
ansible/group_vars/all/pve.yml
Normal file
@ -0,0 +1,13 @@
|
||||
pve_hosts:
|
||||
internal_cidr: 10.23.1.0/24
|
||||
ingress:
|
||||
ip: 192.168.2.201
|
||||
internal_ip: 10.23.1.88
|
||||
jellyfin:
|
||||
ip: 192.168.2.46
|
||||
internal_ip: 10.23.1.29
|
||||
pve_docker:
|
||||
ip: 192.168.2.47
|
||||
internal_ip: 10.23.1.7
|
||||
homeassistant:
|
||||
ip: 192.168.2.41
|
Reference in New Issue
Block a user