Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { // Using apt-get update if set to true AptCache bool // Command line to execute CmdLine string // Using sudo to execute command line UseSudo bool }
Execute command line
type Conf ¶
Config contains ssh and other configuration data needed for all the public functions in playback
func MakeConfig ¶
To make the config for ssh login for instance
type Provisioning ¶
The provisioning interface
Click to show internal directories.
Click to hide internal directories.