Files
homelab/tasks/cloudflared.yml
Alex Frantz c70a9959ff
All checks were successful
Deploy Containers / Prepare (push) Successful in 19s
test script
2026-04-20 21:33:03 -04:00

17 lines
315 B
YAML

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