/aini

Golang libary to parse ansible host file (ini)

Primary LanguageGoMIT LicenseMIT

aini

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

Fork from github.com/outten45/aini

Installing

Use the 'go get' command to download the package.

go get github.com/moonlight/aini

Then import the package into your project.

import "github.com/moonlight/aini"

Credits

To the Ansible team for writing easy to follow code.