Skip to content

Tags: relex/aini

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Support marshal and unmarshal (#10)

* add Makefile
* expose all private fields
* support marshaling and unmarshaling
* upgrade go to 1.20

v1.5.0

Toggle v1.5.0's commit message
Add helper methods to list groups in level order

v1.4.0

Toggle v1.4.0's commit message
Add MatchGroup helper methods

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from relex/var-dirs-support

Support for group_vars and host_vars

v1.2.1

Toggle v1.2.1's commit message
Remove host from ungrouped if it belongs to any other group

v1.2.0

Toggle v1.2.0's commit message
Add HostsToLower and GroupsToLower methods

+ Bugfix when comment present on a line with group name

v1.1.4

Toggle v1.1.4's commit message
Support multiple host pattern

v1.1.3

Toggle v1.1.3's commit message
Support for unexplicitly defined groups

Ex.: when only `[web:children]` exists, but not `[web]`

v1.1.2

Toggle v1.1.2's commit message
Support for unexplicitly defined groups

Ex.: when only `[web:children]` exists, but not `[web]`

v1.1.1

Toggle v1.1.1's commit message
Fix case when host defined multiple times