mirror of
https://git.kaidan.im/lnj/ansible-role-ejabberd
synced 2020-03-25 15:46:19 +01:00
38 lines
988 B
YAML
38 lines
988 B
YAML
---
|
|
|
|
ejabberd_hosts: ['localhost']
|
|
|
|
ejabberd_abuse_addresses: ['mailto:abuse@example.org', 'xmpp:abuse@example.org']
|
|
|
|
ejabberd_admin_jids: ['root@localhost']
|
|
ejabberd_blocked_jids: []
|
|
ejabberd_bad_servers: []
|
|
|
|
ejabberd_dh_params_file: '/etc/ejabberd/dhparams.pem'
|
|
ejabberd_dh_params_size: 2048
|
|
ejabberd_letsencrypt_cert: 'host.example.org'
|
|
|
|
ejabberd_db_type: pgsql
|
|
ejabberd_db_name: ejabberd
|
|
ejabberd_db_user: ejabberd
|
|
ejabberd_db_password: ''
|
|
|
|
ejabberd_http_host: "xmpp.@HOST@"
|
|
ejabberd_http_upload_host: "share.@HOST@"
|
|
ejabberd_http_upload_port: 5444
|
|
ejabberd_http_upload_max_file_size: 524288000 # 500 MiB
|
|
ejabberd_http_upload_secrect_length: 20
|
|
ejabberd_muc_host: "muc.@HOST@"
|
|
ejabberd_proxy65_host: "proxy.@HOST@"
|
|
ejabberd_proxy65_ip: "123.34.56.78"
|
|
ejabberd_pubsub_host: "pubsub.@HOST@"
|
|
ejabberd_registration_watchers: []
|
|
ejabberd_vcards_host: "vcards.@HOST@"
|
|
|
|
ejabberd_xmpp_cloud_auth: no
|
|
ejabberd_nginx_proxy: yes
|
|
ejabberd_sslh: no
|
|
|
|
nginx_listen_https: 443
|
|
nginx_listen_http: 80
|
|
|