ansible-caddy/roles/install
GregoryDosh fcc8af56c8
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
fix: add default 1.1.1.1 resolvers
2025-12-03 16:44:15 -06:00
..
defaults feat: add cloudflare cf token & internal tls templates, split https autoredirect, bump caddy ver 2025-12-03 16:30:27 -06: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