Configuration

Options

Orchestrator

--login=NAME

Name of the node as it has been registered with the Orchestrator.

--orchestrator=URL

URL of the Orchestrator to connect to, for example, wss://stretchy.example.com/. Use wss:// for WebSocket with TLS, or ws:// for WebSocket without TLS.

stretchy-agent uses rustls with rustls-platform-verifier to establish TLS connections. In case of trust issues, consult the documentation of rustls-platform-verifier.
--password=PASSWORD

The node’s password.

Passing the password as option is insecure. If possible, use --password-file.

Provisioners

--provisioner=IDENTIFIER

Identifier of the provisioner to enable.

--provisioner-parallelism=NUMBER

Determines on how many machines the provisioner can work concurrently.

Environment

RUST_LOG=error|warn|info|debug

Alter the log level.

systemd