Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
Vars map[string]interface{} `yaml:",omitempty"`
Hosts map[string]Host `yaml:",omitempty"`
Children map[string]Group `yaml:",omitempty"`
// contains filtered or unexported fields
}
Group represents ansible group
type Host ¶
type Host struct {
Vars map[string]interface{} `yaml:",inline"`
// contains filtered or unexported fields
}
Host represents ansible host
type Inventory ¶
Inventory contains parsed inventory representation
func UnmarshalYAML ¶ added in v0.4.0
UnmarshalYAML deserializes into the Inventory object
func (*Inventory) MarshalYAML ¶
MarshalYAML serializes the Inventory object
Click to show internal directories.
Click to hide internal directories.