Skip to content

Releases: robertdebock/ansible-role-dhcpd

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.

Become

17 Apr 04:11
Compare
Choose a tag to compare

The tests forgot to become, failing the vagrant scenario.

Slack notifications

10 Apr 19:48
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.

Refresh

25 Feb 19:24
Compare
Choose a tag to compare

Documentation and test updates.

Docs updated

13 Jan 20:01
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Update docs

05 Jan 16:21
Compare
Choose a tag to compare

Fix the docs, always important.

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

Debian fix and simpler

03 Dec 08:51
Compare
Choose a tag to compare

Debian had an issue; dhcpd did not start.

Also; one less tasks and depend on apt_autostart role.

Lesser ist besser

29 Nov 07:22
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.