ansible-collection/roles/caddy
GregoryDosh 63ff47d2d1
All checks were successful
Update Version / Update Version (push) Successful in 5s
feat(caddy): bump caddy version to include layer4 router
2024-12-20 17:59:11 -06:00
..
defaults feat(caddy): bump caddy version to include layer4 router 2024-12-20 17:59:11 -06:00
handlers ci: adjust ci to use more license information & sha for tracing 2024-12-10 20:40:44 -06:00
tasks fix: add robots.txt templating, match order of paths w/ defaults 2024-12-15 07:59:14 -06:00
templates fix: small typo in default caddy file 2024-12-15 11:22:55 -06: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