Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CollectionsPath represents the path where the collections are stored
CollectionsPath = ".collections"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnsiblePlaybook ¶
type AnsiblePlaybook struct{}
func NewAnsiblePlaybook ¶
func NewAnsiblePlaybook() *AnsiblePlaybook
func (*AnsiblePlaybook) Run ¶
func (a *AnsiblePlaybook) Run(ctx context.Context, workingDir string, parameters *entity.AnsiblePlaybookParameters) error
Click to show internal directories.
Click to hide internal directories.