fruit-bowl/environments/production/thirdparty/docker/tasks/swarm_token.json
2025-04-01 17:49:26 +00:00

10 lines
No EOL
223 B
JSON

{
"description": "Gets the swarm token from the server",
"input_method": "stdin",
"parameters": {
"node_role": {
"description": "The role of the node joining the swarm",
"type": "String[1]"
}
}
}