deployments

package
v0.0.0-...-8a8b58e Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	JumpboxHostGroupType = "jumpbox"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	HostGroupName string
	Vars          yaml.MapSlice
	Roles         []artifacts.Role
}

type Host

type Host struct {
	Alias         string
	Host          string // if different from the alias you wish to give to it.
	User          string // the user to run this job.
	SSHCommonArgs string
	Extras        yaml.MapSlice
}

type HostGroup

type HostGroup struct {
	Name      string
	GroupType string
	Hosts     []Host
}

Jump to

Keyboard shortcuts

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