2026-02-18 17:15:31 -07:00

27 lines
770 B
YAML

---
# Bunker Ops — Fleet Inventory
# Add instances under changemaker_instances group
# Each host needs a matching host_vars/<hostname>/ directory
all:
children:
changemaker_instances:
hosts:
# Example: Uncomment and customize per-instance
# edmonton-prod:
# ansible_host: 10.0.1.10
# ansible_user: deploy
# cml_domain: betteredmonton.org
#
# calgary-staging:
# ansible_host: 10.0.2.20
# ansible_user: deploy
# cml_domain: staging.bettercalgary.org
# Central Bunker Ops server (future — VictoriaMetrics, Grafana, Uptime Kuma)
# bunker_ops_central:
# hosts:
# ops-server:
# ansible_host: 10.0.0.1
# ansible_user: deploy