infra/ansible/inventory.yml
2025-08-14 08:03:14 -05:00

11 lines
229 B
YAML

all:
hosts:
postgres:
ansible_host: 10.0.19.224
ansible_user: graham
ansible_become: yes
ansible_python_interpreter: /usr/bin/python3
children:
postgres_servers:
hosts:
postgres: