Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnsibleProject ¶
type AnsibleProject struct { Name string CustomRoles []AnsibleRole GalaxyRoles []string TreeStructure Folder RootDir string }
AnsibleProject represents the structure of an Ansible Project
func NewAnsibleProject ¶
func NewAnsibleProject(name string, customRoles string, galaxyRoles string) *AnsibleProject
NewAnsibleProject initializes the structure for a new Ansible project
func (*AnsibleProject) InitGit ¶
func (project *AnsibleProject) InitGit(dryRun bool)
InitGit initializes a Git repository
func (*AnsibleProject) Save ¶
func (project *AnsibleProject) Save(dryRun bool)
Save run the tree structure creation for the project
type AnsibleRole ¶
AnsibleRole represents the structure of an Ansible Role
func NewAnsibleRole ¶
func NewAnsibleRole(name string) *AnsibleRole
NewAnsibleRole initializes the structure for a new Ansible role
func (*AnsibleRole) Save ¶
func (role *AnsibleRole) Save(dryRun bool)
Save run the tree structure creation for the project
type File ¶
File represents a system file
Click to show internal directories.
Click to hide internal directories.