Skip to content

Releases: robertdebock/ansible-role-httpd

Cleanup-royal

13 Mar 05:41
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.

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

Refresh

25 Feb 06:30
Compare
Choose a tag to compare

A few commits to improve testing and documentation.

Docs updated

13 Jan 20:05
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Test configuration

01 Jan 08:52
Compare
Choose a tag to compare

The configuration is now tested before starting.

Locations and vhosts

31 Dec 12:51
Compare
Choose a tag to compare

Renamed a variable http_application to http_location to better reflect what the variable is used for.

Also removed a few small issues.

Proxy Remote

31 Dec 09:03
Compare
Choose a tag to compare

The ProxyRemote option is now supported.

RedirectEngine

24 Dec 16:21
Compare
Choose a tag to compare

Switch from Redirect to RedirectEngine, so allow https on the requested URL, without rewriting to a specific domain.

Consistency

06 Dec 06:04
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

28 Nov 15:51
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.

Debian & Ubuntu

09 Nov 06:10
Compare
Choose a tag to compare

They start now. Great.