Skip to content

outten45/aini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang libary to parse ansible host file (ini)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages