ansible-on-prem/playbooks/build-and-push-caddy-image.yml
2025-07-16 17:14:16 -06:00

19 lines
436 B
YAML

- name: Build custom Caddy image
# hosts: 127.0.0.1
# connection: local
hosts: prod2
become: true
roles:
# - role: docker/swarm/prereqs
- role: docker/build/caddy
vars:
images:
- name: caddy
dockerfile: caddy-dockerfile.j2
image_name: caddy-pimped
os: alpine
version: "2.10"
registry: "gitgud.foo"
repository: "xbazzi"