ansible

package
v0.0.0-...-947b840 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 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 string) Ansible

type Playbook

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

Jump to

Keyboard shortcuts

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