Skip to content

Releases: robertdebock/ansible-role-tomcat

Fix openSUSE and remove debian-latest

10 Jul 09:36
Compare
Choose a tag to compare
4.1.3

Remove debian-stable, update docs.

Fedora 30

19 Jun 20:50
Compare
Choose a tag to compare

Works now.

Ansible 2.8 and memory settings

23 May 06:22
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.

The memory settings are now applied again. These were lost some time ago.

libs, get_url and versions

15 May 05:07
Compare
Choose a tag to compare
  • It's now possible to deploy libs with this role.
  • get_url is used instead of unarchive because does not listen to proxy settings.
  • version bump.

New versions.

21 Apr 12:30
Compare
Choose a tag to compare

Tomcat got updated.

Slack notifications

12 Apr 18:01
Compare
Choose a tag to compare

Slack works. Nice.

Shiny

27 Mar 05:27
Compare
Choose a tag to compare
  • Bump versions.
  • Fix build, duplicate ubuntu entry caused issues.
  • Don't use set_fact, rather set vars on the task.

Cleanup-royal

16 Mar 11:57
Compare
Choose a tag to compare

Thanks @MatthiasHertel for letting me know the build was broken. This release addresses #11 and other things:

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.

Service

04 Mar 08:38
Compare
Choose a tag to compare

This role now uses the service role, making this role simpler and putting the right attention to managing services.

Version bump

23 Feb 15:05
Compare
Choose a tag to compare

New version of Tomcat have been released.