19 lines
519 B
YAML
19 lines
519 B
YAML
|
---
|
||
|
# file: hosts.yml
|
||
|
|
||
|
all:
|
||
|
hosts:
|
||
|
zammad-svr1:
|
||
|
ansible_host: 10.1.1.19
|
||
|
|
||
|
vars:
|
||
|
ansible_user: Ansible
|
||
|
zammad_elasticsearch_network_host: "0.0.0.0"
|
||
|
zammad_elasticsearch_discovery_seed_hosts: "[]"
|
||
|
zammad_certificate: /etc/letsencrypt/live/example.avenging.systems/fullchain.pem
|
||
|
zammad_certificate_key: /etc/letsencrypt/live/example.avenging.systems/privkey.pem
|
||
|
zammad_url: "example.avenging.systems"
|
||
|
zammad_certbot: true
|
||
|
zammad_precompile: true
|
||
|
zammad_es_ingest_fix: true
|