Open Source
Pro

이미지 조립

Ansible
Bash
5.2.21
OpenTofu
Terraform

Docker 명령
Docker Compose

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

컨테이너 설정

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.