/aini

Golang libary to parse ansible host file (ini)

Primary LanguageGoMIT LicenseMIT

aini

Simple library for parsing Ansible host files (ini) in Go.

Installing

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"

TODO

  • expanding host names
  • :vars and :children in the group
  • additional ssh options

Credits

To the Ansible team for writing easy to follow code.