|
All checks were successful
Update Version / Update Version (push) Successful in 13s
|
||
|---|---|---|
| .. | ||
| defaults | ||
| handlers | ||
| tasks | ||
| templates | ||
| README.md | ||
Ansible Role auengun.homelab.caddy
A little quick basic way for me to pull my own caddy binary into my lab services along with some services to make it work.
Installation
Read the Homelab Collection README.md for installation instructions.
Examples
Basic Caddy
- name: Caddy
hosts: all
become: true
tasks:
- ansible.builtin.include_role:
name: auengun.homelab.caddy
vars:
CADDY_CADDYFILE_LOCAL_SRC: "templates/Caddyfile"
tags:
- caddy