41 lines
1.0 KiB
Plaintext
41 lines
1.0 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 ZFS.
|
|
[zfs]
|
|
yggdrasil
|