forgejo_runner(role): create role for setting up Forgejo Runner install
This commit is contained in:
parent
6e61fe7886
commit
d4a1dee108
9 changed files with 267 additions and 0 deletions
6
roles/forgejo_runner/meta/argument_specs.yaml
Normal file
6
roles/forgejo_runner/meta/argument_specs.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
forgejo_runner__config:
|
||||
type: str
|
||||
required: true
|
||||
3
roles/forgejo_runner/meta/main.yaml
Normal file
3
roles/forgejo_runner/meta/main.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue