Releases: arillso/ansible.hosts
Releases · arillso/ansible.hosts
Version 2.1.0
Added
- Added an option to exclude interfases.
Version 2.0.0
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 thehosts_all_private
andhosts_all_public
now.
Version 1.8.0
Added
- Add an option to use inventory IP
Version 1.7.3
Fixed
- Fix newline issue for hosts_dns_hostname
- Correcting the readme
Version 1.7.2
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
Fixed
- fix SELinux error.
Version 1.7.0
Added
- add option for
hosts_backup
,hosts_group
,hosts_owner
andhosts_mode
- add option SELinux
Version 1.6.0
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