Sets the address that a gateway runner registers to its cluster when it comes online. When a gateway core server sends a service execution request to a gateway runner, it sends the request to this address. If you don’t explicitly set this variable, the gateway runner identifies its own IP address and registers it to the cluster.
GATEWAY_RUNNER_ANNOUNCEMENT_ADDRESS
Section: runner
Key: announcement_address
No default value provided
Sets the full path to the certificate file that the gateway runner uses when it connects to a gateway server. This setting is required when GATEWAY_RUNNER_USE_TLS is enabled.
GATEWAY_RUNNER_CERTIFICATE_FILE
Section: runner
Key: certificate_file
No default value provided
Sets the listen address that a gateway runner uses to listen for service execution requests from a gateway server.
GATEWAY_RUNNER_LISTEN_ADDRESS
Section: runner
Key: listen_address
127.0.0.1
Sets the port a gateway runner uses to listen for requests from a gateway server.
GATEWAY_RUNNER_PORT
Section: runner
Key: port
50051
Sets the full path to the private key file the gateway runner uses when it connects to a gateway server. This setting is required when GATEWAY_RUNNER_USE_TLS is enabled.
GATEWAY_RUNNER_PRIVATE_KEY_FILE
Section: runner
Key: private_key_file
No default value provided
Sets the location where the gateway stores virtual environments created during Python and Ansible service execution when you set GATEWAY_APPLICATION_MODE to runner.
GATEWAY_RUNNER_RUNTIME_DATA_DIR
Section: runner
Key: runtime_data_dir
/var/lib/gateway
Determines whether or not a gateway runner requires TLS when connecting to a gateway server.
GATEWAY_RUNNER_USE_TLS
Section: runner
Key: use_tls
true