Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AnsiblePool = AnsibleJobPool{ Register: make(chan *AnsibleJob), // contains filtered or unexported fields }
Functions ¶
func ProjectUpdate ¶
func ProjectUpdate()
func StartAnsibleRunner ¶
func StartAnsibleRunner()
Types ¶
type AnsibleJob ¶
type AnsibleJob struct {
Job models.Job
Template models.JobTemplate
MachineCred models.Credential
NetworkCred models.Credential
CloudCred models.Credential
Inventory models.Inventory
Project models.Project
User models.User
Token string
JobPaths JobPaths
}
type AnsibleJobPool ¶
type AnsibleJobPool struct {
Register chan *AnsibleJob
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.