playbooks/postgres/vars/default.yml
tanshu 518871ff16 Postgres: changed image to the :alpine
All: Check if nginx config exists before updating. This is to prevent overwriting of certbot-auto certificates and redirect
2020-04-03 13:01:44 +05:30

8 lines
141 B
YAML

---
postgres_name: postgres
postgres_image: postgres:alpine
pg_user: postgres
pg_password: '123456'
data_location: /var/lib/postgresql/data