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
9
roles/forgejo_runner/README.md
Normal file
9
roles/forgejo_runner/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# `forgejo_runner`
|
||||
|
||||
Ensures Forgejo Runner is installed and set up.
|
||||
See: https://forgejo.org/docs/latest/admin/actions/
|
||||
|
||||
## Required Arguments
|
||||
|
||||
- `forgejo_runner__config`: The configuration to run the Forgejo Runner with.
|
||||
A configuration can be generated using `forgejo-runner generate-config`. Also see the [relevant docs](https://forgejo.org/docs/latest/admin/actions/configuration/).
|
||||
Loading…
Add table
Add a link
Reference in a new issue