ansible-edda/inventory/production

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-12-04 15:36:03 +01:00
[all:vars]
the_nine_worlds_production=true
# --------------------------------------------------------------------------------------------------
# Functionality.
# --------------------------------------------------------------------------------------------------
# VPN entry-points.
2022-12-01 22:39:47 +01:00
[bifrost]
heimdall
# Service running hosts.
2022-12-01 22:39:47 +01:00
[asgard]
2022-09-21 23:57:15 +02:00
valkyrie
2022-08-26 16:20:37 +02:00
yggdrasil
2023-02-12 16:37:48 +01:00
# Hosts with restic backups.
[restic]
yggdrasil
# --------------------------------------------------------------------------------------------------
# Network.
# --------------------------------------------------------------------------------------------------
# Hosts physically located within the home LAN.
[home]
heimdall
yggdrasil
# Hosts remote to the home LAN.
[remote]
valkyrie
# --------------------------------------------------------------------------------------------------
# Special.
# --------------------------------------------------------------------------------------------------
2022-12-05 21:52:25 +01:00
# Hosts running with a UPS.
[ups]
yggdrasil
# Hosts running with SMART Disk Monitoring Daemon.
[smart]
yggdrasil
# Hosts running with ZFS.
[zfs]
yggdrasil