ansible-collection/roles/caddy/README.md
GregoryDosh ca885772dd
All checks were successful
Update Version / Update Version (push) Successful in 2s
feat(caddy): add more useable caddy role & instructions
2024-11-23 18:21:36 -06:00

573 B

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