kildom/ZeroTier Management Action
Adjust the local ZeroTier-One member and query other network members.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| auth_token | Your ZeroTier Central API Access Token: https://my.zerotier.com/account | yes | — |
| ip | If provided, change IPv4 and IPv6 addresses (space-separated list). | no | "" |
| name | If provided, change the name. | no | "" |
| description | If provided, change the description. | no | "" |
| tags | If provided, change tags (space-separated list of "key=value" pairs). The tags must be defined in the ZeroTier Central first. | no | "" |
| capabilities | If provided, change capabilities (space-separated list). The capabilities must be defined in the ZeroTier Central first. | no | "" |
| wait_for | Name of the member that you want to wait for or a list of expressions describing the members that you want to wait for. See README to learn how to write an expression. | no | "" |
| timeout | Number of minutes to wait for other members. On timeout, the action will fail unless you append the "?" sign after the number. It waits forever by default. | no | "" |
| ip_version | A number telling which IP address version should be used, "4" or "6". You can append the "?" sign to allow a different version if the specified version is not available, e.g. "6?" will use IPv6, if available, otherwise IPv4. | no | 4 |
| wait_for_unavailable | Invert meaning of "wait_for" input. In other words, wait until all members from "wait_for" become unavailable. | no | false |
| api_url | ZeroTier Central API URL | no | https://my.zerotier.com/api/v1 |
Outputs
| name | description |
|---|---|
| ip | The IP address that is assigned to the local member. |
| wait_for_addresses | Address of each member that you waited for (space-separated list). |
| timeout | "true" or "false" indicating if a timeout occurred. |