Skip to content

Releases: arillso/ansible.hosts

Version 2.1.0

05 Dec 23:03
362cb12
Compare
Choose a tag to compare

Added

  • Added an option to exclude interfases.

Version 2.0.0

01 Dec 22:37
44f7462
Compare
Choose a tag to compare

Added

  • Added github action for the integration tests.
  • Added test scenario for different OS.
  • Added compatibility for Ansible 2.10.
  • Added the option hosts_all_private which lists all Private IP addresses from the inventory.
  • Added the option hosts_all_public which lists all Public IP addresses from the inventory.

Removed

  • Degreasing support for Ansible Version under 2.9.

Deprecated

  • Removal of the option internel_ansible_host these are now removed by the hosts_all_private and hosts_all_public now.

Version 1.8.0

08 Oct 19:28
2810539
Compare
Choose a tag to compare

Added

  • Add an option to use inventory IP

Version 1.7.3

20 Apr 21:27
bcb928a
Compare
Choose a tag to compare

Fixed

  • Fix newline issue for hosts_dns_hostname
  • Correcting the readme

Version 1.7.2

03 Feb 08:21
0144886
Compare
Choose a tag to compare

Fixed

  • Fix error message when hosts_aliases is not defined

Changed

  • Replace groups['all'] by hosts_inventory_to_hosts to use only the targeted group in playbook (can be all also)
  • Rewrite template to not add duplicates
  • Improve the IPv6 part

Version 1.7.1

07 Oct 10:58
41a28ba
Compare
Choose a tag to compare

Fixed

  • fix SELinux error.

Version 1.7.0

04 Oct 20:31
e4c4786
Compare
Choose a tag to compare

Added

  • add option for hosts_backup, hosts_group, hosts_owner and hosts_mode
  • add option SELinux

Version 1.6.0

02 Aug 09:38
f5a8463
Compare
Choose a tag to compare

Changed

  • update min ansible version to 2.8
  • changelog to your own file
  • travis file has been updated
  • Documentation has been improved

Added

  • molecule testing