Factsheet
- Licence
- MIT
- Tags
- ansible
- Distrubtion
- Ansible Galaxy
Features
- Composable roles Designed to be included in your own playbooks without enforcing a specific structure.
- Feature flags Optional components (database provisioning, OIDC, reverse proxy integration) can be enabled or disabled per role.
- Pluggable extension points Roles expose extra hooks so you can extend behaviour without forking.
- SELinux-aware Designed to work cleanly on SELinux-enabled systems (e.g. AlmaLinux).
- Podman + Quadlet based Containers are managed as systemd services using quadlets.
Design Philosophy
This collection is inspired by structured homelab projects like matrix-ansible-docker-deploy, but takes a different approach:
- No central orchestration role
- No enforced architecture
- No assumption about your inventory layout
- No “take over your entire playbook” design
You control your infrastructure. These roles simply manage individual services cleanly and predictably.