system

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	Name     string            `yaml:"name"`
	Vars     Vars              `yaml:"vars"`
	Expose   []int             `yaml:"expose,omitempty"`
	Playbook string            `yaml:"playbook,omitempty"`
	Git      string            `yaml:"git,omitempty"`
	Branch   string            `yaml:"branch,omitempty"`
	Override map[string]string `yaml:"override,omitempty"`
	Node     *ansible.Playbook `yaml:"-,omitempty"`
}

type System

type System struct {
	Name     string    `yaml:"name"`
	Env      string    `yaml:"env"`
	Vars     Vars      `yaml:"vars"`
	Services []Service `yaml:"services"`
}

type Vars

type Vars map[string]any

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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