1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_forgeo_runner.git synced 2026-07-05 17:58:16 +02:00
Find a file
L3D 393790f541
Merge pull request #14 from juju4/devel-inject
fix: INJECT_FACTS_AS_VARS - porting ansible 13
2026-01-25 09:52:16 +01:00
.github Merge pull request #12 from roles-ansible/dependabot/github_actions/ansible-actions/ansible-lint-action-1.1.0 2026-01-25 09:45:45 +01:00
defaults fix: gpg key workaround if filtered 2025-10-12 22:00:27 +00:00
handlers fix: INJECT_FACTS_AS_VARS - porting ansible 13 2026-01-24 20:21:39 +00:00
meta Improve meta and configuration 2024-03-21 17:30:37 +01:00
tasks fix: INJECT_FACTS_AS_VARS - porting ansible 13 2026-01-24 20:21:39 +00:00
templates Create systemd unit and register 2024-03-21 15:23:41 +01:00
vars improve forgejo runner configuration and instalaltion 2024-03-21 19:00:41 +01:00
.gitignore Initial commit 2024-03-19 13:48:20 +01:00
.yamllint Improve meta and configuration 2024-03-21 17:30:37 +01:00
LICENSE Create forgeo user and group 2024-03-19 14:39:34 +01:00
README.md Add support for offline registration 2024-08-22 06:49:10 +02:00

Ansible Galaxy BSD-3 Clause Maintainance

ansible role forgeo_runner

Ansible role to install and Setup forgeo runner.

Visit code.forgejo.org/forgejo/runner for more information about forgejo actions.

Requirements

This role requires either to be able to start docker containers as forgejo_runner User or you change the forgejo_runner__mode variable to run actions directly without containerisation which could break your system.

Variables

Variable Value Description
forgejo_runner__version latest Forgejo runner version or latest to use latest
forgejo_runner__user forgejo_runner Forejo runner UNIX User
forgejo_runner__group forgejo_runner Forgejo runner UNIX Group
forgejo_runner__user_home /var/lib/forgejo-runner Unix Home and working directory
forgejo_runner__full_executable_path /usr/local/bin/forgejo_runner Path for executable binary
forgejo_runner__gpg_id EB114F5E6C0DC2BCDD183550A4B61A2DC5923710 Forgejo runneer GPG Key
forgejo_runner__instance_address Forgejo Instance Address
forgejo_runner__token Token for runner of your forgejo instance
forgejo_runner__offline_registration false Forgejo runner registration method
forgejo_runner__mode daemon Forgejo runner mode. Change to exec for local Runner execution
submodules_versioncheck false optional simple version check

Contribution

Please feel free to open an issue or Pull-Request