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.