Skip to content

Releases: ahuffman/ansible-hosts

Version 2.0.1

12 Feb 15:10
Compare
Choose a tag to compare

Version 2.0.1

  • Fix template logic error with undefined dictionary keys.
  • Fix template logic to ensure we real lists where applicable
  • Fix template logic for hosts_add_hosts variable (bug in logic was causing templating problems)

Version 2.0.0

09 Jan 20:49
Compare
Choose a tag to compare

Version 2.0.0

  • Complete template rewrite
  • Renamed/deprecated some of the existing variables
    • hosts_hostname.add_ip became hosts_hostname.add_ips
    • hosts_add_host became hosts_add_hosts
    • hosts_add_host.name was deprecated as it was unnecessary
  • New Features:
    • Added hosts_backup variable to make /etc/hosts backups configurable via boolean
    • Added hosts_hostname.ipv6 boolean to switch on/off creation of ipv6 loopback line in /etc/hosts
    • Added hosts_set_hostname boolean to allow skipping setting of a system's hostname, and to only manage /etc/hosts file