== Homelab managed with Ansible
This repository contains a playbook that will install container-based
homelab.
=== Features
* completely managed by Ansible
* containerised
* configurable
* automatic SSL certificates via `openssl`
=== Containers
* NGINX
* Jellyfin
* OpenLDAP
* PostgreSQL
* Keycloak
* Authelia
=== Testing
To run locally, specify the inventory file with `-i hosts`.
To generate self-signed certificates, add `-e "self_signed=true"` to the `ansible-playbook` command.
To temporarily become root and ask for password, pass the `--become -K` parameters.