Open Source
Pro

Config file
Env vars

cat << EOF > ./config.json
{
  "runner": {
  }
}
EOF

echo "" | semaphore runner register  --config ./config.json

semaphore runner start --config ./config.json
semaphore runner setup --config ./config.runner.json < /tmp/config.runner.stdin

Runner settings

Переменные окружения

keyboard_arrow_right
Общие
6 options

Переменные окружения Ansible

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