ansible/roles/forgejo_runners/defaults/main.yml
Julien Riou f418990e84
All checks were successful
/ ansible-docsmith (push) Successful in 41s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 10:53:38 +01:00

39 lines
795 B
YAML

---
# 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