Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:23 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:19:43 +00:00
parent 8757107198
commit c9e1067059
1 changed files with 84 additions and 82 deletions

166
index.md
View File

@ -3,91 +3,91 @@ title: authelia
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.authelia) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.authelia?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.authelia) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.authelia/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.authelia) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.authelia?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.authelia) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.authelia/src/branch/master/LICENSE)
Setup Authelia authentication and authorization server.
* [Default Variables](#default-variables)
* [authelia_access_control_default_policy](#authelia_access_control_default_policy)
* [authelia_access_control_networks](#authelia_access_control_networks)
* [authelia_access_control_rules](#authelia_access_control_rules)
* [authelia_auth_backend](#authelia_auth_backend)
* [authelia_auth_backend_disable_reset_password](#authelia_auth_backend_disable_reset_password)
* [authelia_auth_ldap_additional_groups_dn](#authelia_auth_ldap_additional_groups_dn)
* [authelia_auth_ldap_additional_users_dn](#authelia_auth_ldap_additional_users_dn)
* [authelia_auth_ldap_base_dn](#authelia_auth_ldap_base_dn)
* [authelia_auth_ldap_bind_password](#authelia_auth_ldap_bind_password)
* [authelia_auth_ldap_bind_user](#authelia_auth_ldap_bind_user)
* [authelia_auth_ldap_display_name_attribute](#authelia_auth_ldap_display_name_attribute)
* [authelia_auth_ldap_group_name_attribute](#authelia_auth_ldap_group_name_attribute)
* [authelia_auth_ldap_groups_filter](#authelia_auth_ldap_groups_filter)
* [authelia_auth_ldap_mail_attribute](#authelia_auth_ldap_mail_attribute)
* [authelia_auth_ldap_start_tls](#authelia_auth_ldap_start_tls)
* [authelia_auth_ldap_tls_minimum_version](#authelia_auth_ldap_tls_minimum_version)
* [authelia_auth_ldap_tls_skip_verify](#authelia_auth_ldap_tls_skip_verify)
* [authelia_auth_ldap_url](#authelia_auth_ldap_url)
* [authelia_auth_ldap_username_attribute](#authelia_auth_ldap_username_attribute)
* [authelia_auth_ldap_users_filter](#authelia_auth_ldap_users_filter)
* [authelia_auth_local_users](#authelia_auth_local_users)
* [authelia_base_dir](#authelia_base_dir)
* [authelia_bind_ip](#authelia_bind_ip)
* [authelia_bind_port](#authelia_bind_port)
* [authelia_config_dir](#authelia_config_dir)
* [authelia_data_dir](#authelia_data_dir)
* [authelia_default_redirection_url](#authelia_default_redirection_url)
* [authelia_extra_groups](#authelia_extra_groups)
* [authelia_group](#authelia_group)
* [authelia_jwt_secret](#authelia_jwt_secret)
* [authelia_log_level](#authelia_log_level)
* [authelia_notifier_backend](#authelia_notifier_backend)
* [authelia_notifier_disable_startup_check](#authelia_notifier_disable_startup_check)
* [authelia_notifier_smtp_disable_html_emails](#authelia_notifier_smtp_disable_html_emails)
* [authelia_notifier_smtp_disable_require_tls](#authelia_notifier_smtp_disable_require_tls)
* [authelia_notifier_smtp_host](#authelia_notifier_smtp_host)
* [authelia_notifier_smtp_identifier](#authelia_notifier_smtp_identifier)
* [authelia_notifier_smtp_password](#authelia_notifier_smtp_password)
* [authelia_notifier_smtp_port](#authelia_notifier_smtp_port)
* [authelia_notifier_smtp_sender](#authelia_notifier_smtp_sender)
* [authelia_notifier_smtp_startup_check_address](#authelia_notifier_smtp_startup_check_address)
* [authelia_notifier_smtp_subject](#authelia_notifier_smtp_subject)
* [authelia_notifier_smtp_tls_minimum_version](#authelia_notifier_smtp_tls_minimum_version)
* [authelia_notifier_smtp_tls_skip_verify](#authelia_notifier_smtp_tls_skip_verify)
* [authelia_notifier_smtp_username](#authelia_notifier_smtp_username)
* [authelia_packages](#authelia_packages)
* [authelia_portal_url](#authelia_portal_url)
* [authelia_read_only_dirs](#authelia_read_only_dirs)
* [authelia_regulation_ban_time](#authelia_regulation_ban_time)
* [authelia_regulation_find_time](#authelia_regulation_find_time)
* [authelia_regulation_max_retries](#authelia_regulation_max_retries)
* [authelia_session_backend](#authelia_session_backend)
* [authelia_session_domain](#authelia_session_domain)
* [authelia_session_expiration](#authelia_session_expiration)
* [authelia_session_inactivity](#authelia_session_inactivity)
* [authelia_session_name](#authelia_session_name)
* [authelia_session_redis_database_index](#authelia_session_redis_database_index)
* [authelia_session_redis_host](#authelia_session_redis_host)
* [authelia_session_redis_maximum_active_connections](#authelia_session_redis_maximum_active_connections)
* [authelia_session_redis_minimum_idle_connections](#authelia_session_redis_minimum_idle_connections)
* [authelia_session_redis_port](#authelia_session_redis_port)
* [authelia_session_remember_me_duration](#authelia_session_remember_me_duration)
* [authelia_session_same_site](#authelia_session_same_site)
* [authelia_session_secret](#authelia_session_secret)
* [authelia_storage_backend](#authelia_storage_backend)
* [authelia_storage_db_host](#authelia_storage_db_host)
* [authelia_storage_db_name](#authelia_storage_db_name)
* [authelia_storage_db_password](#authelia_storage_db_password)
* [authelia_storage_db_port](#authelia_storage_db_port)
* [authelia_storage_db_sslmode](#authelia_storage_db_sslmode)
* [authelia_storage_db_username](#authelia_storage_db_username)
* [authelia_storage_encryption_key](#authelia_storage_encryption_key)
* [authelia_theme](#authelia_theme)
* [authelia_totp_issuer](#authelia_totp_issuer)
* [authelia_totp_period](#authelia_totp_period)
* [authelia_totp_skew](#authelia_totp_skew)
* [authelia_user](#authelia_user)
* [authelia_user_home](#authelia_user_home)
* [authelia_version](#authelia_version)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [authelia_access_control_default_policy](#authelia_access_control_default_policy)
- [authelia_access_control_networks](#authelia_access_control_networks)
- [authelia_access_control_rules](#authelia_access_control_rules)
- [authelia_auth_backend](#authelia_auth_backend)
- [authelia_auth_backend_disable_reset_password](#authelia_auth_backend_disable_reset_password)
- [authelia_auth_ldap_additional_groups_dn](#authelia_auth_ldap_additional_groups_dn)
- [authelia_auth_ldap_additional_users_dn](#authelia_auth_ldap_additional_users_dn)
- [authelia_auth_ldap_base_dn](#authelia_auth_ldap_base_dn)
- [authelia_auth_ldap_bind_password](#authelia_auth_ldap_bind_password)
- [authelia_auth_ldap_bind_user](#authelia_auth_ldap_bind_user)
- [authelia_auth_ldap_display_name_attribute](#authelia_auth_ldap_display_name_attribute)
- [authelia_auth_ldap_group_name_attribute](#authelia_auth_ldap_group_name_attribute)
- [authelia_auth_ldap_groups_filter](#authelia_auth_ldap_groups_filter)
- [authelia_auth_ldap_mail_attribute](#authelia_auth_ldap_mail_attribute)
- [authelia_auth_ldap_start_tls](#authelia_auth_ldap_start_tls)
- [authelia_auth_ldap_tls_minimum_version](#authelia_auth_ldap_tls_minimum_version)
- [authelia_auth_ldap_tls_skip_verify](#authelia_auth_ldap_tls_skip_verify)
- [authelia_auth_ldap_url](#authelia_auth_ldap_url)
- [authelia_auth_ldap_username_attribute](#authelia_auth_ldap_username_attribute)
- [authelia_auth_ldap_users_filter](#authelia_auth_ldap_users_filter)
- [authelia_auth_local_users](#authelia_auth_local_users)
- [authelia_base_dir](#authelia_base_dir)
- [authelia_bind_ip](#authelia_bind_ip)
- [authelia_bind_port](#authelia_bind_port)
- [authelia_config_dir](#authelia_config_dir)
- [authelia_data_dir](#authelia_data_dir)
- [authelia_default_redirection_url](#authelia_default_redirection_url)
- [authelia_extra_groups](#authelia_extra_groups)
- [authelia_group](#authelia_group)
- [authelia_jwt_secret](#authelia_jwt_secret)
- [authelia_log_level](#authelia_log_level)
- [authelia_notifier_backend](#authelia_notifier_backend)
- [authelia_notifier_disable_startup_check](#authelia_notifier_disable_startup_check)
- [authelia_notifier_smtp_disable_html_emails](#authelia_notifier_smtp_disable_html_emails)
- [authelia_notifier_smtp_disable_require_tls](#authelia_notifier_smtp_disable_require_tls)
- [authelia_notifier_smtp_host](#authelia_notifier_smtp_host)
- [authelia_notifier_smtp_identifier](#authelia_notifier_smtp_identifier)
- [authelia_notifier_smtp_password](#authelia_notifier_smtp_password)
- [authelia_notifier_smtp_port](#authelia_notifier_smtp_port)
- [authelia_notifier_smtp_sender](#authelia_notifier_smtp_sender)
- [authelia_notifier_smtp_startup_check_address](#authelia_notifier_smtp_startup_check_address)
- [authelia_notifier_smtp_subject](#authelia_notifier_smtp_subject)
- [authelia_notifier_smtp_tls_minimum_version](#authelia_notifier_smtp_tls_minimum_version)
- [authelia_notifier_smtp_tls_skip_verify](#authelia_notifier_smtp_tls_skip_verify)
- [authelia_notifier_smtp_username](#authelia_notifier_smtp_username)
- [authelia_packages](#authelia_packages)
- [authelia_portal_url](#authelia_portal_url)
- [authelia_read_only_dirs](#authelia_read_only_dirs)
- [authelia_regulation_ban_time](#authelia_regulation_ban_time)
- [authelia_regulation_find_time](#authelia_regulation_find_time)
- [authelia_regulation_max_retries](#authelia_regulation_max_retries)
- [authelia_session_backend](#authelia_session_backend)
- [authelia_session_domain](#authelia_session_domain)
- [authelia_session_expiration](#authelia_session_expiration)
- [authelia_session_inactivity](#authelia_session_inactivity)
- [authelia_session_name](#authelia_session_name)
- [authelia_session_redis_database_index](#authelia_session_redis_database_index)
- [authelia_session_redis_host](#authelia_session_redis_host)
- [authelia_session_redis_maximum_active_connections](#authelia_session_redis_maximum_active_connections)
- [authelia_session_redis_minimum_idle_connections](#authelia_session_redis_minimum_idle_connections)
- [authelia_session_redis_port](#authelia_session_redis_port)
- [authelia_session_remember_me_duration](#authelia_session_remember_me_duration)
- [authelia_session_same_site](#authelia_session_same_site)
- [authelia_session_secret](#authelia_session_secret)
- [authelia_storage_backend](#authelia_storage_backend)
- [authelia_storage_db_host](#authelia_storage_db_host)
- [authelia_storage_db_name](#authelia_storage_db_name)
- [authelia_storage_db_password](#authelia_storage_db_password)
- [authelia_storage_db_port](#authelia_storage_db_port)
- [authelia_storage_db_sslmode](#authelia_storage_db_sslmode)
- [authelia_storage_db_username](#authelia_storage_db_username)
- [authelia_storage_encryption_key](#authelia_storage_encryption_key)
- [authelia_theme](#authelia_theme)
- [authelia_totp_issuer](#authelia_totp_issuer)
- [authelia_totp_period](#authelia_totp_period)
- [authelia_totp_skew](#authelia_totp_skew)
- [authelia_user](#authelia_user)
- [authelia_user_home](#authelia_user_home)
- [authelia_version](#authelia_version)
- [Dependencies](#dependencies)
---
@ -744,6 +744,8 @@ authelia_user_home: /home/{{ authelia_user }}
authelia_version: 4.33.1
```
## Dependencies
None.