ssh_execute_group
Execute commands on groups of servers via SSH, choosing from parallel, sequential, or rolling strategies, with optional delay, stop on error, and working directory.
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 |