binary deployment of twirre.me rust rewrite

This commit is contained in:
Twirre Meulenbelt
2026-06-28 10:08:18 +02:00
parent b44ff6f808
commit 0b65db0e50
8 changed files with 320 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Deploy configured binary applications
ansible.builtin.include_tasks: app.yml
loop: "{{ binary_apps }}"
loop_control:
loop_var: binary_app
label: "{{ binary_app.name }}"