28 lines
789 B
YAML
28 lines
789 B
YAML
---
|
|
# Production inventory
|
|
# Generated from Terraform outputs: make tf-inventory TF_ENV=production
|
|
# Do not edit by hand — add hosts to terraform/environments/production/main.tf.
|
|
# Exception: the control node is added here manually (see docs/runbooks/new-host.md).
|
|
# Addressing conventions: docs/decisions/007-network.md
|
|
|
|
all:
|
|
children:
|
|
docker_hosts:
|
|
hosts:
|
|
# dns1:
|
|
# ansible_host: 10.20.0.10
|
|
# dns2:
|
|
# ansible_host: 10.20.0.11
|
|
# proxy:
|
|
# ansible_host: 10.20.0.12
|
|
# homeassistant:
|
|
# ansible_host: 10.20.0.13
|
|
|
|
proxmox_hosts:
|
|
hosts:
|
|
# pve0:
|
|
# ansible_host: 10.10.0.200
|
|
# pve1:
|
|
# ansible_host: 10.10.0.201
|
|
# pve2:
|
|
# ansible_host: 10.10.0.202
|