braintree / runbook

A framework for gradual system automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Local Command Execution supported?

neidiom opened this issue · comments

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

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.