YAML for DigitalOcean Droplet

View as Markdown

DigitalOcean Droplet target for deploying to DigitalOcean virtual machines.

YAML parameters for DigitalOcean Droplet

PARAMETERS
integrationrequiredstring
The integration identifier
hostrequiredstring
The host for the connection
targetrequiredstring
The human-readable ID of the target
namestring
The name of the target
portstring
The port for the connection
pathstring
Path on the server defined in the target
authSSHAuthYaml
Authentication details
proxystring | TargetSSHProxyYaml
Define a SSH proxy server using the following parameters
disabledboolean
Indicates if this target is disabled (default: false)
tagsstring[]
The list of tags associated with the target
permissionsPermissionsYaml
The permissions for the target
use_asUseAsYaml
Defines how the target can be used (as deployment target, proxy, or both)
notestring
Note for this resource
agent_notestring
YAML note for AI agents operating on this resource
typestring

Value: DIGITAL_OCEAN

Last modified on Sep 17, 2026

YAML examples for DigitalOcean Droplet

DigitalOcean target with integration

yaml
- target: do_target type: DIGITAL_OCEAN name: name host: ubuntu.tests auth: method: PASSWORD username: buddy password: $password proxy: my_ssh_2 integration: MyIntegration tags: - tag1