Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputDir ¶
type InputDir struct { Path string PlaybookPath string Parameters map[string]interface{} EnvVars map[string]string Settings map[string]string }
InputDir represents an input directory for ansible-runner.
func (*InputDir) Stdout ¶ added in v0.2.0
Stdout reads the stdout from the ansible artifact that corresponds to the given ident and returns it as a string.
Source Files
¶
- inputdir.go
Click to show internal directories.
Click to hide internal directories.