fruit-bowl/environments/production/thirdparty/docker/tasks/swarm_token.json

10 lines
223 B
JSON
Raw Permalink Normal View History

2025-04-01 17:40:03 +00:00
{
"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]"
}
}
}