Ansible playbook for setting up a authentik VM
pip install ansible
In roles/docker-compose/templates is a .env.example you need to copy
cp roles/docker-compose/templates/.env{.example,}
Now modify and replace what you will need for your homelab in that example.
In the root is a inventory.example you need to copy
cp inventory{.example,}
Now modify and replace what you will need for your homelab in that example.
In roles/essential/templates is a Caddyfile.example you need to copy
cp roles/essential/templates/Caddyfile{.example,}
Now modify and replace what you will need for your homelab in that example.
ansible-playbook app.yml --ask-become-pass