mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
14 lines
222 B
YAML
14 lines
222 B
YAML
![]() |
---
|
||
|
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
|
||
|
|