ansible

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const PlaybookYamlFile = "playbook.yaml"
View Source
const RolesDir string = "roles"

RolesDir is the relative directory within an SDK project where Ansible roles are stored.

View Source
const WatchesYamlFile = "watches.yaml"

Variables

This section is empty.

Functions

This section is empty.

Types

type Dockerfile

type Dockerfile struct {
	input.Input

	GeneratePlaybook bool
	RolesDir         string
}

Dockerfile - docker file for creating image

func (*Dockerfile) GetInput

func (d *Dockerfile) GetInput() (input.Input, error)

GetInput - gets the input

type GalaxyInit

type GalaxyInit struct {
	input.Input
	Resource scaffold.Resource
	Dir      string
	RolesDir string
}

GalaxyInit - wrapper

func (*GalaxyInit) GetInput

func (g *GalaxyInit) GetInput() (input.Input, error)

GetInput - get input

type Operator

type Operator struct {
	input.Input

	IsClusterScoped bool
}

func (*Operator) GetInput

func (s *Operator) GetInput() (input.Input, error)

type Playbook

type Playbook struct {
	input.Input
	Resource scaffold.Resource
}

Playbook - the playbook tmpl wrapper

func (*Playbook) GetInput

func (p *Playbook) GetInput() (input.Input, error)

GetInput - gets the input

type WatchesYAML

type WatchesYAML struct {
	input.Input

	Resource         scaffold.Resource
	GeneratePlaybook bool
	RolesDir         string
}

WatchesYAML - watches yaml input wrapper

func (*WatchesYAML) GetInput

func (s *WatchesYAML) GetInput() (input.Input, error)

GetInput - gets the input

Jump to

Keyboard shortcuts

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