From 4ee9c400fc459551c5b5d346c0299b397e0b64e4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 20:25:07 +0000 Subject: [PATCH] commit 59368e93be37d14fbd5594c0b40c659f3b3d3e50 Author: Robert Kaussow Date: Thu Mar 3 21:15:45 2022 +0100 chore: add auto-generated _docs folder to gitignore file --- index.md | 133 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 63 deletions(-) diff --git a/index.md b/index.md index 664d7a8..0b98116 100644 --- a/index.md +++ b/index.md @@ -3,72 +3,73 @@ title: matrix type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.matrix) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.matrix?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.matrix) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.matrix/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.matrix) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.matrix?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.matrix) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.matrix/src/branch/master/LICENSE) Setup a [matrix-synapse](https://github.com/matrix-org/synapse) chat server. Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP. -* [Default Variables](#default-variables) - * [matrix_base_dir](#matrix_base_dir) - * [matrix_caches_global_factor](#matrix_caches_global_factor) - * [matrix_client_url](#matrix_client_url) - * [matrix_conf_dir](#matrix_conf_dir) - * [matrix_data_dir](#matrix_data_dir) - * [matrix_db_name](#matrix_db_name) - * [matrix_db_password](#matrix_db_password) - * [matrix_db_port](#matrix_db_port) - * [matrix_db_server](#matrix_db_server) - * [matrix_db_ssl_mode](#matrix_db_ssl_mode) - * [matrix_db_ssl_root_cert](#matrix_db_ssl_root_cert) - * [matrix_db_txn_limit](#matrix_db_txn_limit) - * [matrix_db_type](#matrix_db_type) - * [matrix_db_user](#matrix_db_user) - * [matrix_default_room_version](#matrix_default_room_version) - * [matrix_event_cache_size](#matrix_event_cache_size) - * [matrix_extra_groups](#matrix_extra_groups) - * [matrix_filter_timeline_limit](#matrix_filter_timeline_limit) - * [matrix_form_secret](#matrix_form_secret) - * [matrix_group](#matrix_group) - * [matrix_http_bind_addresses](#matrix_http_bind_addresses) - * [matrix_http_bind_port](#matrix_http_bind_port) - * [matrix_https_bind_addresses](#matrix_https_bind_addresses) - * [matrix_https_bind_port](#matrix_https_bind_port) - * [matrix_ldap_auth_basedn](#matrix_ldap_auth_basedn) - * [matrix_ldap_auth_enabled](#matrix_ldap_auth_enabled) - * [matrix_ldap_auth_mail_attr](#matrix_ldap_auth_mail_attr) - * [matrix_ldap_auth_name_attr](#matrix_ldap_auth_name_attr) - * [matrix_ldap_auth_server](#matrix_ldap_auth_server) - * [matrix_ldap_auth_uid_attr](#matrix_ldap_auth_uid_attr) - * [matrix_ldap_auth_use_starttls](#matrix_ldap_auth_use_starttls) - * [matrix_log_dir](#matrix_log_dir) - * [matrix_log_ldap_auth_level](#matrix_log_ldap_auth_level) - * [matrix_log_ldap_level](#matrix_log_ldap_level) - * [matrix_log_root_level](#matrix_log_root_level) - * [matrix_log_synapse_level](#matrix_log_synapse_level) - * [matrix_log_synapse_sql_level](#matrix_log_synapse_sql_level) - * [matrix_macaroon_secret_key](#matrix_macaroon_secret_key) - * [matrix_packages](#matrix_packages) - * [matrix_packages_extra](#matrix_packages_extra) - * [matrix_presence_enabled](#matrix_presence_enabled) - * [matrix_rc_login_account](#matrix_rc_login_account) - * [matrix_rc_login_address](#matrix_rc_login_address) - * [matrix_restart_policy](#matrix_restart_policy) - * [matrix_server_url](#matrix_server_url) - * [matrix_signing_key](#matrix_signing_key) - * [matrix_suppress_key_server_warning](#matrix_suppress_key_server_warning) - * [matrix_tls_cert_path](#matrix_tls_cert_path) - * [matrix_tls_cert_source](#matrix_tls_cert_source) - * [matrix_tls_enabled](#matrix_tls_enabled) - * [matrix_tls_key_path](#matrix_tls_key_path) - * [matrix_tls_key_source](#matrix_tls_key_source) - * [matrix_url_preview_enabled](#matrix_url_preview_enabled) - * [matrix_url_preview_max_spider_size](#matrix_url_preview_max_spider_size) - * [matrix_user](#matrix_user) - * [matrix_user_home](#matrix_user_home) - * [matrix_version](#matrix_version) - * [matrix_virtualenv](#matrix_virtualenv) - * [matrix_virtualenv_command](#matrix_virtualenv_command) - * [matrix_web_client_location](#matrix_web_client_location) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [matrix_base_dir](#matrix_base_dir) + - [matrix_caches_global_factor](#matrix_caches_global_factor) + - [matrix_client_url](#matrix_client_url) + - [matrix_conf_dir](#matrix_conf_dir) + - [matrix_data_dir](#matrix_data_dir) + - [matrix_db_name](#matrix_db_name) + - [matrix_db_password](#matrix_db_password) + - [matrix_db_port](#matrix_db_port) + - [matrix_db_server](#matrix_db_server) + - [matrix_db_ssl_mode](#matrix_db_ssl_mode) + - [matrix_db_ssl_root_cert](#matrix_db_ssl_root_cert) + - [matrix_db_txn_limit](#matrix_db_txn_limit) + - [matrix_db_type](#matrix_db_type) + - [matrix_db_user](#matrix_db_user) + - [matrix_default_room_version](#matrix_default_room_version) + - [matrix_event_cache_size](#matrix_event_cache_size) + - [matrix_extra_groups](#matrix_extra_groups) + - [matrix_filter_timeline_limit](#matrix_filter_timeline_limit) + - [matrix_form_secret](#matrix_form_secret) + - [matrix_group](#matrix_group) + - [matrix_http_bind_addresses](#matrix_http_bind_addresses) + - [matrix_http_bind_port](#matrix_http_bind_port) + - [matrix_https_bind_addresses](#matrix_https_bind_addresses) + - [matrix_https_bind_port](#matrix_https_bind_port) + - [matrix_ldap_auth_basedn](#matrix_ldap_auth_basedn) + - [matrix_ldap_auth_enabled](#matrix_ldap_auth_enabled) + - [matrix_ldap_auth_mail_attr](#matrix_ldap_auth_mail_attr) + - [matrix_ldap_auth_name_attr](#matrix_ldap_auth_name_attr) + - [matrix_ldap_auth_server](#matrix_ldap_auth_server) + - [matrix_ldap_auth_uid_attr](#matrix_ldap_auth_uid_attr) + - [matrix_ldap_auth_use_starttls](#matrix_ldap_auth_use_starttls) + - [matrix_log_dir](#matrix_log_dir) + - [matrix_log_ldap_auth_level](#matrix_log_ldap_auth_level) + - [matrix_log_ldap_level](#matrix_log_ldap_level) + - [matrix_log_root_level](#matrix_log_root_level) + - [matrix_log_synapse_level](#matrix_log_synapse_level) + - [matrix_log_synapse_sql_level](#matrix_log_synapse_sql_level) + - [matrix_macaroon_secret_key](#matrix_macaroon_secret_key) + - [matrix_packages](#matrix_packages) + - [matrix_packages_extra](#matrix_packages_extra) + - [matrix_presence_enabled](#matrix_presence_enabled) + - [matrix_rc_login_account](#matrix_rc_login_account) + - [matrix_rc_login_address](#matrix_rc_login_address) + - [matrix_restart_policy](#matrix_restart_policy) + - [matrix_server_url](#matrix_server_url) + - [matrix_signing_key](#matrix_signing_key) + - [matrix_suppress_key_server_warning](#matrix_suppress_key_server_warning) + - [matrix_tls_cert_path](#matrix_tls_cert_path) + - [matrix_tls_cert_source](#matrix_tls_cert_source) + - [matrix_tls_enabled](#matrix_tls_enabled) + - [matrix_tls_key_path](#matrix_tls_key_path) + - [matrix_tls_key_source](#matrix_tls_key_source) + - [matrix_url_preview_enabled](#matrix_url_preview_enabled) + - [matrix_url_preview_max_spider_size](#matrix_url_preview_max_spider_size) + - [matrix_user](#matrix_user) + - [matrix_user_home](#matrix_user_home) + - [matrix_version](#matrix_version) + - [matrix_virtualenv](#matrix_virtualenv) + - [matrix_virtualenv_command](#matrix_virtualenv_command) + - [matrix_web_client_location](#matrix_web_client_location) +- [Discovered Tags](#discovered-tags) +- [Dependencies](#dependencies) --- @@ -579,6 +580,12 @@ matrix_virtualenv_command: /usr/bin/python3 -m venv matrix_web_client_location: /path/to/web/root ``` +## Discovered Tags + +tls_renewal +:   + + ## Dependencies None.