ansible-caddy/roles/install/README.md
GregoryDosh 62ca08d011
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 6s
feat: swap bin to dosh-llc/bin-caddy
2025-11-24 13:35:36 -06:00

590 B

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