Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 517 Bytes

README.MD

File metadata and controls

28 lines (21 loc) · 517 Bytes

Ansible role which installs Gradle

Requirements & Dependencies

  • Ubuntu
  • tested on ansible 2.0.1.0

Variables

gradle_version: "2.13"             # The version of gradle to install
gradle_install_path: "/usr/local"  # Path where to install gradle

Example

--- 
- name:	Install gradle on monitor nodes as root
  hosts: monitornodes
  remote_user: root
  become: yes
  roles:
    - gradle

Author

Hrushikesh Dhumal ([email protected])