Installs and configures a Java development environment.
Available on Ansible Galaxy at naftulikay.java-dev
.
Officially tested operating systems are listed in the Galaxy manifest.
Please see defaults/main.yml
for a list of supported variables.
None.
Here are some example playbooks to get started with.
Simply get a Java development environment installed:
---
- name: install
hosts: all
become: true
roles:
- role: java-dev
MIT