Skip to content

Releases: robertdebock/ansible-role-dns

Cleanup-royal

25 Mar 05:32
Compare
Choose a tag to compare

A lot of complexity has been removed from this role in order to make the role more readable and maintainable.

  • ara integration is removed, I was not using it.
  • goss integration has been removed, it's difficult to describe tests for multiple platforms and added test-time.
  • {{ role_name }}_ignore_docker has been removed, it introduces more issues than it solves.
  • {{ role_name }}_package_state has been removed, I've never used it.
  • README.md has been updated with a new template.
  • Molecule now uses prepare.yml, saving a bit of time on idempotency tests.

A major release bump, because two variable have been removed, {{ role_name }}_ignore_docker and {{ role_name }}_package_state.

Forwarders

07 Mar 19:12
Compare
Choose a tag to compare

Thanks @BenWaller for adding this feature.

This version allows you to configure forwarders, both generally or per zone.

Refresh

25 Feb 19:24
Compare
Choose a tag to compare

Documentation and test updates.

Apparmor fix

09 Feb 06:40
Compare
Choose a tag to compare

Debian and Ubuntu used the incorrect location for zone files, causing permission issue caused by Apparmor.

This release uses the correct locations for zone files.

Docs updated

13 Jan 20:01
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Consistency

06 Dec 06:07
Compare
Choose a tag to compare

This release includes:

  • Rename of (internally used) variables to preceed {{ role_name }}_.
  • Fix for Fedora Rawhide which uses python-3.
  • Fix for lint rule 405

Lesser ist besser

29 Nov 07:21
Compare
Choose a tag to compare

This release features:

  • Tests on less version of Ansible.
  • Tasks are not skipped on Docker by default.
  • Updated documentation.

Simpler is better

11 Nov 05:14
Compare
Choose a tag to compare

A few changes that make it much easier to read and maintain this role.

Stars

19 Oct 18:49
Compare
Choose a tag to compare

Prepared for 5 stars galore.

Ansible Fest 2018

08 Oct 05:43
Compare
Choose a tag to compare

All the goodness seen on Ansible Fest 2018, implemented into this role.