Skip to content

An Ansible role for creating a Java development environment.

License

Notifications You must be signed in to change notification settings

naftulikay/ansible-role-java-dev

Repository files navigation

ansible-role-java-dev Build Status

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

About

An Ansible role for creating a Java development environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published