module

Shellmin::Cli::ModuleExecution

Module execution functionality

This module handles the execution of shellmin modules (bash scripts) across multiple hosts with proper error handling and logging.

Instance methods

execute_module(opts, module_path : String | Nil, action : String | Nil, remaining_args : Array(String) = [] of String, executed_deps : Set(String) = Set(String).new)

Execute a module on specified hosts

Source