runbook icon indicating copy to clipboard operation
runbook copied to clipboard

Is Local Command Execution supported?

Open neidiom opened this issue 3 years ago • 1 comments

In the docs everything is executed via Remote Command Execution/SSH but is there a way to do execution on the localhost?

neidiom avatar Dec 29 '21 07:12 neidiom

Yes. There are a few different ways to perform local command execution. The first is to set the target server for SSH command to be localhost/127.0.0.1. The second is to use the tmux_command to execute the command in a local tmux pane (See also Tmux Layouts. The third way is to use ruby_command to execute a command using custom Ruby.

pblesi avatar Dec 29 '21 15:12 pblesi