mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
19
roles/unmaintained/bounca/defaults/main.yml
Normal file
19
roles/unmaintained/bounca/defaults/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
bounca_version: 0.1.1
|
||||
#bounca_version: master
|
||||
#bounca_git_url: https://github.com/repleo/bounca.git
|
||||
bounca_archive_url: https://github.com/repleo/bounca/archive/v{{ bounca_version }}.tar.gz
|
||||
bounca_root_dir: /opt/bounca
|
||||
bounca_port: 8084
|
||||
bounca_src_ip: []
|
||||
bounca_user: bounca
|
||||
bounca_db_server: "{{ pg_server | default('localhost') }}"
|
||||
bounca_db_name: bounca
|
||||
bounca_db_user: bounca
|
||||
# Will be generated if not defined
|
||||
# bounca_db_pass:
|
||||
# bounca_secret_key:
|
||||
|
||||
bounca_admin_mail: "{{ system_admin_email }}"
|
||||
bounca_from_mail: bounca@{{ ansible_domain }}
|
Reference in New Issue
Block a user