Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use latest default jdk and tomcat 9 #5

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions playbooks/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
# individual JDK installation
- name: jdk
vars:
jdk_version:
type: 'openjdk'
major_version: 8
url: 'https://api.adoptium.net/v3/binary/latest/8/ga/linux/x64/jdk/hotspot/normal/eclipse'
filename: 'jdk-latest.tar.gz'
checksum: 'sha256:4c6056f6167fae73ace7c3080b78940be5c87d54f5b08894b3517eed1cbb2c06'
cacerts_path: 'jre/lib/security/cacerts'
use_proxy: true
proxy_env: "{{ env_vars }}"

# create a self signed certificate to allow for HTTPS
- name: self_signed_cert
Expand Down