19 lines
788 B
YAML
Executable File
19 lines
788 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
|
|
# Sudo password for your servers
|
|
ansible_become_pass: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
35613633643566323866643465383731343764616539353330366339616433316565306637363062
|
|
6334333432303337643963616435333165303834333237320a636531363761383736356665613164
|
|
30616465666565383663626336383764636363303061363731653536313061386333666638326236
|
|
6264646466383539370a323961613564616665383435303161306163303038633864653631376665
|
|
3263
|