Releases: modcloth/tory
Releases · modcloth/tory
Prefer hostnames over IP addresses
This release rather drastically changes the behaviour the inventory endpoints to place hostnames rather than IP addresses in each group.
The creation of hostname groups (which had the respective IP addresses) was replaced with the creation of IP address groups which contain respective hostnames.
I.e.
'192.168.1.9': [
'foo.demo.bar.com'
]is now
'foo.demo.bar.com': [
'192.168.1.9'
]When using tory_client as an inventory source for Ansible, this means that Ansible will attempt to SSH via the DNS name rather than by IP (unless you set ansible_ssh_host for the host).
Fix vars overwriting
This release fixes an issue where Package, Type, and Image were overwritten with empty string instead of preserving existing value.
v0.8.0
- gzip support
- hostvars by hostname
v0.7.0
Tagging v0.7.0
v0.6.0
Tagging v0.6.0
v0.5.0
Tagging v0.5.0
v0.4.0
Tagging v0.4.0
v0.3.0
Tagging v0.3.0
v0.2.1
Tagging v0.2.1