ansible-caddy/roles/install
Renovate[BOT] fc521e44c9
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 7s
chore(deps): update dependency dosh-llc/bin-caddy to v2.10.2-6-70c5cb (#6)
Reviewed-on: #6
Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net>
Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
2025-12-30 23:04:00 +00:00
..
defaults chore(deps): update dependency dosh-llc/bin-caddy to v2.10.2-6-70c5cb (#6) 2025-12-30 23:04:00 +00:00
handlers Initial Dosh LLC Release 2025-11-18 17:09:03 -06:00
tasks feat: add cloudflare cf token & internal tls templates, split https autoredirect, bump caddy ver 2025-12-03 16:30:27 -06:00
templates/etc fix: add default 1.1.1.1 resolvers 2025-12-03 16:44:15 -06:00
README.md feat: swap bin to dosh-llc/bin-caddy 2025-11-24 13:35:36 -06:00

Ansible Role dosh_llc.ansible_caddy.install

Installs a custom built caddy binary.

Installation

Read the Collection README.md for installation instructions.

Examples

Basic Caddy

- name: Caddy
  hosts: all
  become: true
  tasks:
    - ansible.builtin.include_role:
        name: dosh_llc.ansible_caddy.install
      vars:
        CADDY_CADDYFILE_LOCAL_SRC: "templates/Caddyfile"
  tags:
    - caddy