Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector interface {
Connect(ctx context.Context, hostAddr, hostName, user string) (*executor.Remote, error)
}
Connector is an interface for connecting to a host, and returning remote executer.
type Process ¶
type Process struct { Concurrency int Connector Connector Config *config.PlayBook ColorWriter *executor.ColorizedWriter Verbose bool Dry bool Skip []string Only []string // contains filtered or unexported fields }
Process is a struct that holds the information needed to run a process. It responsible for running a task on a target hosts.
Click to show internal directories.
Click to hide internal directories.