Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 376 Bytes

Ansible Role: aholbreich.maven

An Ansible role that installs Apache Maven on linux

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: aholbreich.maven }

License

MIT