Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Dest string `json:"dest"` Play string `json:"play"` Inventory string `json:"inventory"` PythonInterpreter string `json:"ansible_python_interpreter,omitempty"` Repository *Repository `json:"repository,omitempty"` Files []*Customization `json:"files,omitempty"` Containers []*Container `json:"containers,omitempty"` PrivateKey string `json:"-"` User string `json:"-"` InventoryFile string `json:"-"` Name string `json:"-"` Suffix string `json:"-"` Debug int `json:"-"` }
func (*Action) BaseDuplicate ¶
type Container ¶
type Container struct { Params string `json:"params"` Name string `json:"name"` State string `json:"state"` }
func (*Container) BaseDuplicate ¶
type Customization ¶
type Repository ¶
type Repository struct { Branch string `json:"branch"` SshUrl string `json:"sshUrl"` SshKey string `json:"sshKey"` Folder string `json:"folder"` }
func (*Repository) Configure ¶
func (r *Repository) Configure() (err error)
Click to show internal directories.
Click to hide internal directories.