No description
|
All checks were successful
Publish Collection / Publish Collection (push) Successful in 8s
|
||
|---|---|---|
| .forgejo/workflows | ||
| LICENSES | ||
| meta | ||
| roles/install | ||
| .gitignore | ||
| .renovaterc.json5 | ||
| galaxy.yml | ||
| Makefile | ||
| README.md | ||
Ansible Collection dosh_llc.ansible_caddy
A collection of Ansible roles to manage the various tasks in my homelab.
Collection Installation
Ansible Galaxy - requirements.yml
Add the following snippet to Ansible Galaxy's requirements.yml file.
collections:
- name: ssh://git@git.auengun.net/dosh-llc/ansible-caddy.git
type: git
# Note: it's better to pin to a version/commit than main.
version: main
Then install using ansible-galaxy.
ansible-galaxy collection install -r requirements.yml
Roles
dosh_llc.ansible_caddy.install
Installs a custom Caddy server enabling some rate limiting and other features for advanced configurations. Optionally installs a systemd service on compatible systems.
Read the README.md for usage and configuration details.