boma/inventories/production/hosts.yml
sjat 3f1d7eb128 Add core Ansible scaffold, tooling, and pre-commit guards
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:10:01 +02:00

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