2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
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).
|
|
|
|
|
2022-06-22 12:58:23 +00:00
|
|
|
## Get Started
|
|
|
|
|
|
|
|
It's __*strongly recommended*__ that users setting up *Authelia* for the first time take a look at our
|
|
|
|
[Get Started](../prologue/get-started.md) guide. This takes you through various steps which are essential to
|
|
|
|
bootstrapping *Authelia*.
|
|
|
|
|
2022-06-15 07:51:47 +00:00
|
|
|
## 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
|