Discover Packages
github.com/cantara/nerthus2
executors
ansible
package
Version:
v0.8.7
Opens a new window with list of versions in this module.
Published: Oct 16, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Dependency struct {
Role string `yaml:"role"`
}
type Playbook struct {
Name string `yaml:"name"`
Hosts string `yaml:"hosts"`
Connection string `yaml:"connection"`
Vars map[string ]any `yaml:"vars"`
Tasks []map[string ]any `yaml:"tasks"`
}
type SecurityGroupRule struct {
Proto string `yaml:"proto" json:"proto"`
FromPort string `yaml:"from_port" json:"from_port"`
ToPort string `yaml:"to_port" json:"to_port"`
Group string `yaml:"group_name" json:"group_name"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.