@user/tailscale/node
Model type — v2026.02.11.1
Details
- Type
- @user/tailscale/node
- Normalized
- @user/tailscale/node
- Version
- v2026.02.11.1
- Methods
- 1
- Resources
- 1
- Files
- 0
- Definitions
- 1
Global Arguments
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"sshHost": {
"type": "string",
"description": "SSH hostname/IP of the target VM (set via CEL from testVm)"
},
"sshUser": {
"default": "root",
"description": "SSH user (default 'root')",
"type": "string"
}
},
"required": [
"sshHost",
"sshUser"
],
"additionalProperties": false
}Methods (1)
install
Install Tailscale on an Alpine VM, start the daemon, and authenticate
Input Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"authKey": {
"type": "string",
"description": "Tailscale auth key for non-interactive login"
}
},
"required": [
"authKey"
],
"additionalProperties": false
}Resources (1)
result
Tailscale install result
- Lifetime
- infinite
- Garbage Collection
- 10
Definitions (1)
| Name | Version | Tags | ID |
|---|---|---|---|
| tailscaleNode | v1 | 243b02e4 |