A curated collection of Ansible playbooks for Jailrun, ready to provision your jails and VM bases.
| Playbook |
Description |
i2pd |
I2PD — I2P router for anonymous network access. |
ipfs |
IPFS (Kubo) — distributed content-addressed storage and peer-to-peer file distribution. |
continuwuity |
Continuwuity — a fast, community-driven Matrix homeserver written in Rust. |
| Playbook |
Description |
hugo |
Hugo — fast and flexible static site generator. |
hugoplate |
Hugoplate — popular Hugo starter kit. |
nginx |
Nginx — web server with a basic default config. |
haproxy |
HAProxy — reliable, high-performance proxy for TCP and HTTP services. |
| Playbook |
Description |
astronvim |
AstroNvim — aesthetically pleasing and feature-rich Neovim configuration. |
gitea |
Gitea — self-hosted Git forge with web UI. |
clojure |
Clojure — dynamic, functional dialect of Lisp on the JVM. |
ocaml |
OCaml — general-purpose functional language with a powerful type system. |
| Playbook |
Description |
vault |
Vault — secrets management and encryption as a service. |
| Playbook |
Description |
kde |
Plasma (KDE) — desktop environment (KDE project). |
xfce |
XFCE — lightweight desktop environment. |
Playbooks are versioned and stored under:
playbooks/<name>/<version>/playbook.yml
playbooks/<name>/<version>/README.md
Examples:
playbooks/nginx/rolling/playbook.yml
playbooks/postgres/16/playbook.yml
- Add new playbooks under
playbooks/<name>/<version>/.
- Keep a
README.md next to each playbook.yml with relevant UCL example.