The Ansible-powered homelab.
Go to file
Lukáš Kucharczyk 8d193080dc
Allow outside access to LDAP
2021-05-16 23:47:07 +02:00
group_vars Put cert generation behind variable 2021-05-14 21:58:11 +00:00
roles Allow outside access to LDAP 2021-05-16 23:47:07 +02:00
vault Move ovh.ini to Ansible Vault for now 2021-05-15 00:15:11 +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 Add back hosts file, update README 2021-05-14 00:11:05 +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 Add minimum viable role. 2021-05-16 23:02:01 +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

* NGINX
* Jellyfin

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