Open Source
Pro

Assemblaggio dell'immagine

Ansible
Bash
5.2.21
OpenTofu
Terraform
PowerShell

Comando Docker
Docker Compose

docker run --name semaphore-runner \
-d semaphoreui/runner:v2.14.12 \
-e SEMAPHORE_RUNNER_PRIVATE_KEY_FILE=/var/lib/semaphore/runner.key \
-e SEMAPHORE_RUNNER_REGISTRATION_TOKEN=
services:
    semaphore-runner:
        ports:
            - 3000:3000
        image: semaphoreui/runner:v2.14.12

Impostazioni del contenitore

Runner settings

Volumi Docker

Contains frequently changing files.
Contains configuration files.
Contains cache: cloned repositories, generated inventory files, etc.

Variabili ambientali

keyboard_arrow_right
Comune
6 options

Variabili ambientali Ansible

ANSIBLE_HOST_KEY_CHECKING
Avoid host key checking by the tools Ansible uses to connect to the host.