ansible_dev_env/inventory/prod.yml

131 lines
2.5 KiB
YAML

---
###########################################################################
#
# Inventory for delfax package updates (using updates.yml)
#
###########################################################################
all:
hosts:
children:
##########################################################################################
#############################################
local:
hosts:
# ws
cat:
holly:
kryten:
lister:
# svrs
hollister:
reddwarf:
skutter01:
skutter02:
starbug:
# k8s
node-1-rpi4:
node-2-rpi4:
node-3-rpi4:
node-4-rpi4:
# vms
kasm:
node-5-amd64:
node-6-amd64:
jellyfin:
lms:
# ctrs
borg:
cftrust:
delans:
frigate:
haproxy:
metrics:
npm:
ntopng:
#octoprint:
pihole1:
pihole2:
twiki:
#############################################
remote:
hosts:
jmc:
dibley:
talkie:
##########################################################################################
#############################################
workstations:
hosts:
cat:
holly:
kryten:
lister:
#############################################
servers:
hosts:
hollister:
reddwarf:
skutter01:
skutter02:
starbug:
#############################################
k8s:
hosts:
node-1-rpi4:
node-2-rpi4:
node-3-rpi4:
node-4-rpi4:
#############################################
vms:
hosts:
kasm:
node-5-amd64:
node-6-amd64:
jellyfin:
lms:
#############################################
ctrs:
hosts:
borg:
cftrust:
delans:
frigate:
haproxy:
metrics:
npm:
ntopng:
#octoprint:
pihole1:
pihole2:
twiki:
##########################################################################################
#############################################
arch:
hosts:
cat:
#############################################
ups:
hosts:
kryten:
starbug:
reddwarf:
#############################################
crowdsec:
hosts:
jmc:
talkie:
dibley:
# EOF