Initial commit
This commit is contained in:
parent
6f25b090be
commit
9586bc600b
16 changed files with 619 additions and 0 deletions
27
roles/zammad/defaults/main.yml
Normal file
27
roles/zammad/defaults/main.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
# file: roles/zammad/defaults/main.yml
|
||||
|
||||
zammad_url: "{{ ansible_nodename }}"
|
||||
zammad_certificate: "/etc/ssl/{{ ansible_facts['nodename'] }}/live/fullchain.pem"
|
||||
zammad_certificate_key: "/etc/ssl/{{ ansible_facts['nodename'] }}/live/privkey.pem"
|
||||
zammad_certbot: false
|
||||
zammad_precompile: false
|
||||
zammad_es_ingest_fix: false
|
||||
|
||||
zammad_custom_css: "templates/customCSS"
|
||||
zammad_custom_templates: "templates/customTemplates"
|
||||
|
||||
zammad_httpsRedirect: true
|
||||
|
||||
zammad_es_url: "http://localhost:9200"
|
||||
zammad_es_attachment_ignore: "'.png', '.jpg', '.jpeg', '.mpeg', '.mpg', '.mov', '.bin', '.exe'"
|
||||
zammad_es_attachment_max_size_in_mb: "50"
|
||||
zammad_es_username: ""
|
||||
zammad_es_password: ""
|
||||
|
||||
zammad_es_version: "8"
|
||||
zammad_es_xpack_security_enabled: "false"
|
||||
zammad_es_network_host: ""
|
||||
zammad_es_discovery_seed_hosts: ""
|
||||
zammad_es_max_content_length: "400mb"
|
||||
zammad_es_max_clause_count: "2000"
|
Loading…
Add table
Add a link
Reference in a new issue