--- instance_name: "drone-runner" # must be unique if multiple runners deployed to machine docker_image: "drone/drone-runner-docker:1" # drone_server_host: ci.example.com drone_rpc_secret: "{{ lookup('file', 'credentials/' + drone_server_host + '/rpc_secret') }}" # sync with server/drone.io/server, because must be known to all runners drone_runner_capacity: 4 drone_runner_name: "{{ inventory_hostname }}"