Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( R = shell.R InvalidUpdateError = shell.InvalidUpdateError )
Functions ¶
This section is empty.
Types ¶
type AnsibleHostsOptions ¶
type AnsibleHostsOptions struct { List bool `help:"List all ansible inventory"` Host string `help:"List of a host"` PrivateKey string `help:"path to private key to use for ansible"` Port int `help:"optional port, if port is not 22"` User string `help:"username to try"` UserBecome string `help:"username to sudo"` }
Click to show internal directories.
Click to hide internal directories.