11 lines
No EOL
230 B
YAML
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: |