ansible

package
v1.1.1-0...-18dfa52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ansible

type Ansible interface {
	Exec(Playbook) error
}

func NewAnsible

func NewAnsible(binDir, cacheDir string) Ansible

type Playbook

type Playbook struct {
	Inventory  string
	Tags       []string
	User       string
	PrivateKey string
	Become     bool
	Local      bool
	Timeout    int
	ExtraVars  map[string]string

	// Playbook's path.
	Path string

	// Working directory. Defaults to playbook's directory.
	WorkingDir string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL