forgejo_runner(role): create role for setting up Forgejo Runner install
This commit is contained in:
parent
6e61fe7886
commit
0e82b7b34f
13 changed files with 280 additions and 0 deletions
7
roles/forgejo_runner/tasks/main.yaml
Normal file
7
roles/forgejo_runner/tasks/main.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue