11 lines
229 B
YAML
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:
|