- 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"