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
2024-10-08 01:51:38 +02:00

7 lines
163 B
YAML

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