This commit is contained in:
13
tasks/cloudflared.yml
Normal file
13
tasks/cloudflared.yml
Normal 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"
|
||||
Reference in New Issue
Block a user