Files
ansible-role-feedstack/templates/weatherapi/config.yml.j2

9 lines
247 B
Django/Jinja

---
- name: weatherdb
driver: postgres
params:
uri: postgres://weatherdb:5432/{{ feedstack_weatherdb_database }}?sslmode=disable
username: {{ feedstack_weatherdb_user }}
password: {{ feedstack_weatherdb_password }}
...