Files
homelab/tasks/cloudflared.yml
Alex Frantz 9906e6ec87
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled
start cloudflare tunnel
2026-02-16 23:33:36 -05:00

14 lines
283 B
YAML

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