Documentation ¶
Index ¶
- Variables
- func BuiltinRoles(efs fs.FS) (roles map[string]ansible.Role, err error)
- func Environment(env string, builtinRoles map[string]ansible.Role) (config system.Environment, err error)
- func GitService(serv *system.Service) (servInfo *service.Service, err error)
- func LoadConfig[T any](dir string) (out T, err error)
- func LocalService(systemDir string, serv *system.Service) (servInfo *service.Service, err error)
- func Service(sys system.System, serv *system.Service) (err error)
- func System(env system.Environment, systemDir string) (config system.System, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissMatchNumberOfNamesAndProvidedNames = errors.New("provided node names does not match number of nodes")
View Source
var ErrOverrideDoesNotExportAnyPorts = errors.New("trying to connect to a service that does not expose any ports")
Functions ¶
func Environment ¶
func LoadConfig ¶
func LocalService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.