fix: avoid warning
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 16s
Lint Markdown files / markdown-lint (push) Successful in 4s
Release Ansible Role / Release Ansible Role (push) Successful in 2m52s

This commit is contained in:
2026-01-08 18:29:57 +01:00
parent 82250f851d
commit 4818baeb5a
8 changed files with 9 additions and 764 deletions

View File

@@ -1,6 +1,6 @@
# act_runner
This Ansible role installs and configures a Gitea Act Runner for executing GitHub Actions-compatible workflows.
This Ansible role installs and configures a gitea Act Runner for executing GitHub Actions-compatible workflows.
## Installation
@@ -74,9 +74,9 @@ Found roles matching your search:
| `act_runner_config.runner.env_file` | Extra environment variables to run jobs from a file | `.env` |
| `act_runner_config.runner.timeout` | The timeout for a job to be finished | `3h` |
| `act_runner_config.runner.shutdown_timeout` | The timeout for the runner to wait for running jobs to finish when shutting down | `0s` |
| `act_runner_config.runner.insecure` | Whether skip verifying the TLS certificate of the Gitea instance | `false` |
| `act_runner_config.runner.fetch_timeout` | The timeout for fetching the job from the Gitea instance | `5s` |
| `act_runner_config.runner.fetch_interval` | The interval for fetching the job from the Gitea instance | `2s` |
| `act_runner_config.runner.insecure` | Whether skip verifying the TLS certificate of the gitea instance | `false` |
| `act_runner_config.runner.fetch_timeout` | The timeout for fetching the job from the gitea instance | `5s` |
| `act_runner_config.runner.fetch_interval` | The interval for fetching the job from the gitea instance | `2s` |
| `act_runner_config.runner.github_mirror` | The mirror address of the github that pulls the action repository | `""` |
| `act_runner_config.runner.labels` | The labels of a runner are used to determine which jobs the runner can run | `["ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest","ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04","ubuntu-20.04:docker://docker.gitea.com/runner-images:ubuntu-20.04"]` |
| `act_runner_config.cache.enabled` | Enable cache server to use actions/cache | `true` |
@@ -95,5 +95,5 @@ Found roles matching your search:
| `act_runner_config.container.require_docker` | Always require a reachable docker daemon | `false` |
| `act_runner_config.container.docker_timeout` | Timeout to wait for the docker daemon to be reachable | `0s` |
| `act_runner_config.host.workdir_parent` | The parent directory of a job's working directory | `nil` |
| `act_runner_gitea_url` | The URL of the Gitea instance | `""` |
| `act_runner_gitea_url` | The URL of the gitea instance | `""` |
| `act_runner_token` | The registration token for the act_runner | `""` |