Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 439 Bytes

Ansible Role: jeremyweber72.ansible_role_maven

An Ansible role that installs Apache Maven on linux. Forked from aholbreich.maven

Requirements

Linux/Unix

Role Variables

maven_version: 3.3.9 (Default)

Dependencies

No hard dependencies for installation. But you keep in mind that you need java.

Example Playbook

- hosts: webservers
  roles:
    - { role: jeremyweber72.ansible_role_maven }

License

MIT