17 lines
405 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
wapt_ports:
- 8080
- 80
wapt_src_ip: []
wapt_db_server: "{{ pg_server | default('localhost') }}"
wapt_db_name: wapt
wapt_db_user: wapt
# A random password is generated unless defined here
# wapt_db_pass: SeCret
2023-03-30 11:00:21 +02:00
# WAPT Repo can be exposed with rsync to be mirrored. This is the rsync password needed to sync the repo
# If not defined, no password is required
# wapt_rsync_pass: Th3RsYncpAssw0rd