YAML for Vultr Server

View as Markdown

Vultr server target for deploying to Vultr virtual machines.

YAML parameters for Vultr Server

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: VULTR

Last modified on Sep 17, 2026

YAML examples for Vultr Server

Vultr target with integration

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