Reduce used hosts and add some IP addresses
* Jellyfin will be used for pilot test this setup :)
This commit is contained in:
parent
96b546c039
commit
f4d3f791bf
3 changed files with 11 additions and 40 deletions
|
|
@ -1,23 +1,15 @@
|
|||
pve_hosts:
|
||||
internal_cidr: 10.23.1.0/24
|
||||
internal_cidr: 192.168.1.192/26
|
||||
pve:
|
||||
ip: 10.23.1.1
|
||||
external_ip: 192.168.2.200
|
||||
pve_restic:
|
||||
ip: 10.23.1.11
|
||||
forrest:
|
||||
ip: 10.23.1.13
|
||||
ip: 192.168.1.225
|
||||
# external_ip: 192.168.2.200
|
||||
jellyfin:
|
||||
ip: 10.23.1.101
|
||||
# ip: 10.23.1.101
|
||||
mouse:
|
||||
ip: 192.168.1.222
|
||||
docker:
|
||||
ip: 10.23.1.103
|
||||
gitlab:
|
||||
ip: 10.23.1.106
|
||||
gitlab_runner:
|
||||
ip: 10.23.1.107
|
||||
gitea:
|
||||
ip: 192.168.1.231
|
||||
ingress:
|
||||
ip: 10.23.1.10
|
||||
homeassistant:
|
||||
ip: 192.168.2.203
|
||||
qbittorrent:
|
||||
ip: 10.23.1.105
|
||||
|
|
|
|||
|
|
@ -1,16 +1 @@
|
|||
casey
|
||||
walker
|
||||
grimes
|
||||
decker
|
||||
|
||||
pve
|
||||
|
||||
# PVE VMs
|
||||
ingress
|
||||
pve-docker
|
||||
jellyfin
|
||||
forrest
|
||||
qbittorrent
|
||||
restic
|
||||
pve-gitlab
|
||||
pve-gitlab-runner
|
||||
|
|
|
|||
|
|
@ -26,12 +26,8 @@
|
|||
ntp_manage_config: true
|
||||
|
||||
- hosts:
|
||||
- pve-docker
|
||||
- forrest
|
||||
- walker
|
||||
- pve-gitlab-runner
|
||||
- grimes
|
||||
- decker
|
||||
- jellyfin
|
||||
- ingress
|
||||
roles:
|
||||
- role: geerlingguy.docker
|
||||
become: true
|
||||
|
|
@ -43,9 +39,7 @@
|
|||
- docker_cleanup
|
||||
|
||||
- hosts:
|
||||
- pve-docker
|
||||
- walker
|
||||
- decker
|
||||
- ingress
|
||||
roles:
|
||||
- traefik
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue