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

Environment variables

keyboard_arrow_right
Common
6 options

Ansible environment variables

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