Files
homelab/tasks/cloudflared.yml
Alex Frantz f1875ed26b
All checks were successful
Deploy Containers / Prepare (push) Successful in 25s
fix cloudflared task
2026-02-16 23:35:53 -05:00

16 lines
308 B
YAML

---
- name: Deploy Cloudflared
include_role:
name: docker
vars:
name: cloudflared
image:
name: cloudflare/cloudflared
tag: latest
env:
TUNNEL_TOKEN: "{{ CLOUDFLARED_TUNNEL_TOKEN }}"
command: tunnel run
network_name: "tunnel"
networks:
- name: "tunnel"