Documentation
¶
Index ¶
Constants ¶
View Source
const CONCOURSE_HTTPS_PORT = 443
View Source
const CONCOURSE_HTTP_PORT = 80
View Source
const CONCOURSE_SSH_PORT = 22
Variables ¶
This section is empty.
Functions ¶
func AllowIPForEnvironment ¶
func AllowIPForEnvironment(userName *string, environment, profile string, extraPorts config.ExtraPorts, cfg *config.Config) error
AllowIPForEnvironment adds your IP to this environment
func DenyIPForEnvironment ¶
func DenyIPForEnvironment(userName *string, environment, profile string, extraPorts config.ExtraPorts, cfg *config.Config) error
DenyIPForEnvironment removes your IP - and any others for userName - for this environment
Types ¶
type EC2Result ¶
type EC2Result struct { Name string Environment string IPAddress string AnsibleGroups []string GroupAKA []string InstanceId string LaunchTime *time.Time }
EC2Result is the information returned for an individual EC2 instance
Click to show internal directories.
Click to hide internal directories.