diff options
Diffstat (limited to 'docs/content/en/integration/deployment/automation.md')
| -rw-r--r-- | docs/content/en/integration/deployment/automation.md | 24 | 
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/integration/deployment/automation.md b/docs/content/en/integration/deployment/automation.md new file mode 100644 index 000000000..b71312b87 --- /dev/null +++ b/docs/content/en/integration/deployment/automation.md @@ -0,0 +1,24 @@ +--- +title: "Automation" +description: "Automated Deployment of Authelia." +lead: "Authelia has several features which make automation easy." +date: 2022-05-28T08:20:42+10:00 +draft: false +images: [] +menu: +  integration: +    parent: "deployment" +weight: 220 +toc: true +--- + +1. The [configuration](../../configuration/prologue/introduction.md) can be defined statically by YAML. +2. Most areas of the configuration can be defined by [environment variables](../../configuration/methods/environment.md). + +## Ansible + +*Authelia* could theoretically be easily deployed via [Ansible] however we do not have an [Ansible Role] at this time. +It would be a desirable [Contribution](../../contributing/development/introduction.md). + +[Ansible]: https://www.ansible.com/ +[Ansible Role]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html  | 
