1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_pretix.git synced 2024-10-28 22:01:03 +01:00
ansible_collection_pretix/roles/postgres/defaults/main.yml

7 lines
153 B
YAML

---
postgres__user: 'pretix'
postgres__database: 'pretix'
postgres__password: ''
# Optional perform simple Versionscheck
submodules_versioncheck: false