apenella / go-ansible

Go-ansible is a Go package that enables the execution of ansible-playbook or ansible commands directly from Golang applications. It supports a wide range of options for each command, enabling smooth integration of Ansible functionality into your projects.
MIT License
905 stars 143 forks source link

Create galaxy commands #143

Closed apenella closed 7 months ago

apenella commented 8 months ago

Fixes #140

apenella commented 7 months ago

Fixes #145

apenella commented 7 months ago

Resolves #139

apenella commented 7 months ago

Resolves #53