Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
f418990e84
85 changed files with 3520 additions and 2 deletions
39
roles/forgejo_runners/defaults/main.yml
Normal file
39
roles/forgejo_runners/defaults/main.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
|
||||
# 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: {}
|
||||
|
||||
# Operating system user to run the runners
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: forgejo
|
||||
forgejo_runners_user: forgejo
|
||||
|
||||
# Home directory of the operating system user
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: /var/lib/forgejo
|
||||
forgejo_runners_home_dir: /var/lib/forgejo
|
||||
Loading…
Add table
Add a link
Reference in a new issue