Documentation ¶ Index ¶ Constants type Deployment type Host type HostGroup 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 } Source Files ¶ View all Source files deployment.go host.go host_group.go Click to show internal directories. Click to hide internal directories.