forgejo_runner(role): create role for setting up Forgejo Runner install

This commit is contained in:
June 2026-06-23 21:32:50 +02:00
commit 0e82b7b34f
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
13 changed files with 280 additions and 0 deletions

View file

@ -0,0 +1,7 @@
- name: Ensure Forgejo Runner is installed
ansible.builtin.import_tasks:
file: main/01_install.yaml
- name: Ensure Forgejo Runner is set up
ansible.builtin.import_tasks:
file: main/02_setup.yaml