The Ansible-powered homelab.
Go to file
Lukáš Kucharczyk b43560720e
README: add Radarr
2021-06-21 13:47:31 +02:00
group_vars radarr: add related vars 2021-06-21 13:09:25 +02:00
roles authelia: radarr=two_factor 2021-06-21 13:09:40 +02:00
vault vault: change keycloak admin 2021-06-20 21:53:45 +02:00
.editorconfig Add .editorconfig 2021-05-15 00:00:06 +02:00
.gitignore Remove docker-data from .gitignore 2021-05-15 00:00:32 +02:00
README.adoc README: add Radarr 2021-06-21 13:47:31 +02:00
Vagrantfile Add ANSIBLE_ARGS to Vagrantfile 2021-05-15 00:00:54 +02:00
hosts Add back hosts file, update README 2021-05-14 00:11:05 +02:00
playbook.yml radarr: add role 2021-06-21 13:08:59 +02:00
provision.sh provision.sh: add fish hashbang 2021-06-20 20:57:30 +02:00
show-pass.sh general: add show-pass.sh 2021-06-20 19:43:37 +02:00

README.adoc

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

* Authelia
* Jellyfin
* Keycloak
* NGINX
* OpenLDAP
* Portainer
* PostgreSQL
* Radarr

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