ansible-role-java

Install and configure java on your system.

APACHE-2.0 License

Stars
14

Bot releases are visible (Hide)

ansible-role-java - Add a simple verifier and update GitHub action molecule

Published by robertdebock over 4 years ago

ansible-role-java - Update Molecule GitHub Action version.

Published by robertdebock over 4 years ago

ansible-role-java - New CI/docs and ArchLinux support dropped.

Published by robertdebock almost 5 years ago

ansible-role-java - CI Fixes

Published by robertdebock almost 5 years ago

ansible-role-java - Amazonlinux!

Published by robertdebock almost 5 years ago

ansible-role-java - Ansible 2.9

Published by robertdebock almost 5 years ago

ansible-role-java - Tox and fully generated CI & docs.

Published by robertdebock almost 5 years ago

ansible-role-java - CentOS 8 ready.

Published by robertdebock about 5 years ago

ansible-role-java - Exclude using .ansible-lint instead of molecule

Published by robertdebock about 5 years ago

ansible-role-java - Automate documentation further

Published by robertdebock about 5 years ago

The files meta/exception.yml and meta/version.yml can now be used to indicate what distributions or ansible versions do not work (exception.yml) and version.yml can be used indicate a dependency of a version of the project being installed.

This helps me/developers of the role to generate README.md easier.

ansible-role-java - Debian latest removed in favor of Debian stable.

Published by robertdebock over 5 years ago

ansible-role-java - Version discovery

Published by robertdebock over 5 years ago

You can now simply include the role and expect openjdk to be installed, the version of java (openjdk) is mapped in vars/main.yml.

Debian latest has been removed from the tests, it's similar to debian-stable.

ansible-role-java - Add RHEL & fix openSUSE

Published by robertdebock over 5 years ago

ansible-role-java - Deprecation warning gone

Published by robertdebock over 5 years ago

A deprecation warning has been removed. It was actually a mistake in a condition that showed as a deprecation warning, bus acted as a bug.

ansible-role-java - Shiny and new

Published by robertdebock over 5 years ago

Fedora 30 tested successfully.
Deprecation warning fixes
JAVA_HOME set

ansible-role-java - Ansible 2.8

Published by robertdebock over 5 years ago

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.

ansible-role-java - Ubuntu rolling Java 12 and 13

Published by robertdebock over 5 years ago

Wow, Java is jumping versions...

ansible-role-java - Slack notifications

Published by robertdebock over 5 years ago

Slack notification has been fixed.

ansible-role-java - Cleanup-royal

Published by robertdebock over 5 years ago

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.

ansible-role-java - Ubuntu Rolling

Published by robertdebock over 5 years ago

This release works on - and tests Ubuntu Rolling featuring:

  • java 8
  • java 11