ansible-edda/testing

49 lines
1.2 KiB
Plaintext

heimdall ansible_host=heimdall-virt
valkyrie ansible_host=valkyrie-virt
yggdrasil ansible_host=yggdrasil-virt
[all:vars]
the_nine_worlds_production=false
# --------------------------------------------------------------------------------------------------
# Functionality.
# --------------------------------------------------------------------------------------------------
# VPN entry-points.
[bifrost]
heimdall
# Service running hosts.
[asgard]
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