playbooks/postgres/vars/default.yml

8 lines
141 B
YAML

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