ansible-collection/roles/caddy
2025-06-11 00:36:57 +00:00
..
defaults chore(deps): update dependency homelab/bin-caddy to v2.10.0-59-920e5 2025-06-11 00:36:57 +00:00
handlers ci: adjust ci to use more license information & sha for tracing 2024-12-10 20:40:44 -06:00
tasks feat: cors caddy snippet + fixing other caddy warnings for arg changes 2025-04-16 11:09:06 -05:00
templates fix(caddy): add OPTIONS to cors_preflight 2025-06-03 21:22:24 +00:00
README.md ci: adjust ci to use more license information & sha for tracing 2024-12-10 20:40:44 -06:00

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