[skip-ci]: because this is such a minor thing that it can get caught later in another update |
||
|---|---|---|
| .. | ||
| 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