feat: Add runners

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-25 15:21:07 +02:00
parent dc191e4b4d
commit 6c7280b213
Signed by: jriou
GPG key ID: 9A099EDA51316854
7 changed files with 159 additions and 0 deletions

View file

@ -64,3 +64,7 @@
loop: "{{ forgejo_allowed_sources }}"
notify: save iptables
when: forgejo_manage_iptables
- name: deploy runners
ansible.builtin.include_tasks: deploy-runners.yml
when: forgejo_runners