Simple library for parsing Ansible host files (ini) in Go.
Use the 'go get' command to download the package.
go get github.com/outten45/aini
Then import the package into your project.
import "github.com/outten45/aini"
- expanding host names
- :vars and :children in the group
- additional ssh options
To the Ansible team for writing easy to follow code.