Centralize version management

This commit is contained in:
Thomas Kleinendorst 2024-12-30 11:26:27 +01:00
parent 2445a3f622
commit 4c5a875b2c
15 changed files with 41 additions and 26 deletions

View file

@ -2,7 +2,7 @@
- name: Install Cloudflared
become: true
ansible.builtin.apt:
deb: https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64.deb
deb: "https://github.com/cloudflare/cloudflared/releases/download/{{ versions.cloudflared }}/cloudflared-linux-arm64.deb"
- name: Install the Cloudflared tunnel as a systemd service
become: true
ansible.builtin.command: