ssh_execute_group
Execute commands on a group of servers with configurable strategy (parallel, sequential, rolling), delay, and stop on error.
Instructions
Execute command on a group of servers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group name (e.g., "production", "staging", "all") | |
| command | Yes | Command to execute | |
| strategy | No | Execution strategy | |
| delay | No | Delay between servers in ms (for rolling) | |
| stopOnError | No | Stop execution on first error | |
| cwd | No | Working directory |