Open Source
Pro

镜像组装

Ansible
Bash
5.2.21
OpenTofu
Terraform
PowerShell

Docker 命令
Docker Compose

docker run --name semaphore-runner \
-d semaphoreui/runner:v2.15.0 \
-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.15.0

容器设置

Runner settings

Docker 卷

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

环境变量

keyboard_arrow_right
常见
6 options

Ansible 环境变量

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