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