Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
222 B

---
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