Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
ab92d88956
73 changed files with 3381 additions and 0 deletions
25
roles/forgejo_runners/defaults/main.yml
Normal file
25
roles/forgejo_runners/defaults/main.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
# Version of the runners
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: 9.1.1
|
||||
forgejo_runners_version: 9.1.1
|
||||
|
||||
# Path to the configuration directory of the runners
|
||||
#
|
||||
# - Type: path
|
||||
# - Required: No
|
||||
# - Default: /etc/forgejo-runners
|
||||
forgejo_runners_config_dir: /etc/forgejo-runners
|
||||
|
||||
# Dict of runners to configure
|
||||
#
|
||||
# The key is the name of the repository on the instance
|
||||
#
|
||||
# The value is a dict with a `token` key and optionally a dict of `labels`
|
||||
#
|
||||
# - Type: dict
|
||||
# - Required: No
|
||||
forgejo_runners_settings: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue