This file contains al notable changes to the hosts Ansible role.
This file adheres to the guidelines of http://keepachangelog.com/. Versioning follows Semantic Versioning.
- (GH-3) Added host file backup flag (Credit: Dheeraj Dwivedi)
- (GH-2) Allow setting the network interface and IP protocol when adding entries for Ansible managed hosts. (credit: Ernestas Poskus)
- Fixed Ansible 2.0 deprecation warnings in role (GH-1) and test code. (partial credits to Ernestas Poskus)
- When adding entries for Ansible managed hosts, skip hosts that do not have
ansible_default_ipv4
set.
First release!
- Host file template
- Add the default localhost entry;
- Add an entry for the host name bound to the host's default external IPv4 address (optional);
- Add entries for basic IPv6 addresses, e.g. ip6-localnet (optional);
- Add entries for Ansible managed hosts (optional);
- Add entries specified in Yaml (optional);
- Add entries specified in text files (optional).