The interactive
action plugin executes an interactive shell on a node (using a connector).
It takes no argument, so any value will do (nil
, true
...)
Example:
require 'hybrid_platforms_conductor/executable'
actions_executor = HybridPlatformsConductor::Executable.new.actions_executor
# Launch an interactive shell
actions_executor.execute_actions('my_node' => { interactive: true })
None
Credential | Usage |
---|
Metadata | Type | Usage |
---|
Variable | Usage |
---|
None