start cloudflare tunnel
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled

This commit is contained in:
2026-02-16 23:33:36 -05:00
parent f9ff703312
commit 9906e6ec87
4 changed files with 264 additions and 236 deletions

13
tasks/cloudflared.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- 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"