infra/ansible/inventory.yml
2025-07-27 11:35:59 -05:00

11 lines
No EOL
230 B
YAML

all:
hosts:
postgres:
ansible_host: 10.0.16.230
ansible_user: graham
ansible_become: yes
ansible_python_interpreter: /usr/bin/python3
children:
postgresql_servers:
hosts:
postgres: