ansible-edda/inventory/production

50 lines
1.1 KiB
Plaintext

[all:vars]
the_nine_worlds_production=true
# --------------------------------------------------------------------------------------------------
# Functionality.
# --------------------------------------------------------------------------------------------------
# VPN entry-points.
[bifrost]
heimdall
# Service running hosts.
[asgard]
valkyrie
yggdrasil
# Hosts with restic backups.
[restic]
valkyrie
yggdrasil
# --------------------------------------------------------------------------------------------------
# Network.
# --------------------------------------------------------------------------------------------------
# Hosts physically located within the home LAN.
[home]
heimdall
yggdrasil
# Hosts remote to the home LAN.
[remote]
valkyrie
# --------------------------------------------------------------------------------------------------
# Special.
# --------------------------------------------------------------------------------------------------
# Hosts running with a UPS.
[ups]
yggdrasil
# Hosts running with SMART Disk Monitoring Daemon.
[smart]
yggdrasil
# Hosts running with ZFS.
[zfs]
yggdrasil