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

8 lines
163 B
YAML
Raw Normal View History

---
2024-10-08 00:03:23 +02:00
postgres__user: 'pretix'
postgres__database: 'pretix'
2024-10-08 01:51:38 +02:00
postgres__password: ''
2024-10-08 00:03:23 +02:00
# Optional perform simple Versionscheck
packages__submodules_versioncheck: false