Files
gatehouse-api/deploy/ansible/inventory.ini
T

10 lines
290 B
INI
Raw Normal View History

2026-06-20 11:06:27 +07:00
# Self-hosted GitHub Actions runner hosts.
# Per-project runner matrix lives in host_vars/<host>.yml.
# Set ansible_host (and ansible_user if not root) to real values.
[stage]
2026-06-20 04:25:16 +00:00
stage01 ansible_host=172.25.25.209 ansible_user=ubuntu
2026-06-20 11:06:27 +07:00
[prod]
prod01 ansible_host=CHANGE_ME ansible_user=ubuntu