Retool repository for custom semaphore env

This commit is contained in:
2024-03-09 17:35:17 -05:00
parent e225245336
commit 3719b8dc6e
6 changed files with 137 additions and 109 deletions

View File

@@ -1,12 +1,8 @@
# semaphore-runner
# semaphore-container
Runner for semaphore runner with custom environment dependencies
Custom container for Ansible Semaphore that:
## Configuration
* Is based on debian instead of alpine
* Includes required dependencies for Skylab operations
```shell
SEMAPHORE_RUNNER_REGISTRATION_TOKEN= # (required) registration token to authenticate to the server
SEMAPHORE_RUNNER_API_URL= # (required) URL of the Semaphore server API
SEMAPHORE_RUNNER_CONFIG_FILE= # runner state file
SEMAPHORE_RUNNER_MAX_PARALLEL_TASKS= # Maximum parallel tasks the runner can run at once
```
Usage of this container should be identical to the official container