authelia/docs/content/en/integration/deployment/automation.md

25 lines
845 B
Markdown
Raw Normal View History

---
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