Skip to content

Releases: modcloth/tory

Prefer hostnames over IP addresses

09 Oct 19:57

Choose a tag to compare

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

01 Oct 20:57

Choose a tag to compare

This release fixes an issue where Package, Type, and Image were overwritten with empty string instead of preserving existing value.

v0.8.0

29 Sep 15:13

Choose a tag to compare

  • gzip support
  • hostvars by hostname

v0.7.0

26 Sep 15:44

Choose a tag to compare

Tagging v0.7.0

v0.6.0

26 Sep 15:44

Choose a tag to compare

Tagging v0.6.0

v0.5.0

26 Sep 15:44

Choose a tag to compare

Tagging v0.5.0

v0.4.0

28 Aug 17:46

Choose a tag to compare

Tagging v0.4.0

v0.3.0

25 Aug 15:52

Choose a tag to compare

Tagging v0.3.0

v0.2.1

18 Aug 14:31

Choose a tag to compare

Tagging v0.2.1