11 lines
310 B
YAML
Executable File
11 lines
310 B
YAML
Executable File
project_root: "{{ inventory_dir }}" # Useful hack for easier file paths
|
|
# Postgres
|
|
# If you have a main database instance all your
|
|
# services will use (which you should), put
|
|
# the info here so it's accessible to all
|
|
# your playbooks.
|
|
pg_host: 10.89.0.102
|
|
pg_port: 5432
|
|
pg_user: postgres
|
|
pg_password: password
|