Skip to content

Releases: robertdebock/ansible-role-dns

Tox and fully generated CI & docs.

25 Oct 15:48
Compare
Choose a tag to compare

Exclude using .ansible-lint instead of molecule

22 Sep 03:52
Compare
Choose a tag to compare
2.0.8

Moving lint rules out of molecule, to prevent Galaxy warnings.

Automatic documentation

05 Sep 05:42
Compare
Choose a tag to compare

Everything is prepared for automated documentation:

  • meta/version.yml is used to generate an explanation where upstream version are found and used in the role.
  • meta/exception.yml is used to indicate why certain variations of distributions and Ansible are not working.

Retry

22 Jul 12:17
Compare
Choose a tag to compare

Retry downloading remote sources.

No debian-latest

17 Jul 04:44
Compare
Choose a tag to compare
2.0.5

Remove debian-latest, which is identical to debian-stable.

Alpine and Opensuse fixes

07 Jul 06:26
Compare
Choose a tag to compare
  • Opensuse renamed their container.
  • Alpine moved rndc-confgen has been moved to the package bind-tools.

Fedora 30

16 Jun 01:58
Compare
Choose a tag to compare

Ready (and tested) for Fedora 30.

Ansible 2.8

23 May 18:42
Compare
Choose a tag to compare

The role has been tested against Ansible 2.8. Ansible 2.7 is tested for backward compatibility and Ansible devel (future Ansible 2.9) for the upcoming Ansible 2.9 release.

Slack notifications

10 Apr 19:49
Compare
Choose a tag to compare

They now work again!

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.