An open API service indexing awesome lists of open source software.

https://github.com/dockpack/base_ant

🐜 Ansible role to install one version of Ant on your development machines
https://github.com/dockpack/base_ant

ansible-role ant centos ci java rhel7 rhel8

Last synced: 18 days ago
JSON representation

🐜 Ansible role to install one version of Ant on your development machines

Awesome Lists containing this project

README

          

[![Galaxy](https://img.shields.io/badge/galaxy-dockpack.base__ant-blue.svg?style=flat)](https://galaxy.ansible.com/dockpack/base_ant)[![Build Status](https://api.travis-ci.org/dockpack/base_ant.svg)](https://travis-ci.org/dockpack/base_ant)

dockpack.ant
=========

Ant - Another new tool. To build Java projects.

Requirements
------------

This role was built for Ubuntu Trusty or RedHat systems like RHEL 6, Centos 7. It needs dockpack.base_java8.

Role Variables
--------------

ant\_version: 1.10.1

ant\_base: "/opt"

Dependencies
------------

Ant needs Java8. This role depends on dockpack.base_java8, which will be installed automatically if you use this one.

Example Playbook
----------------
For a complete example with this role check out my buildserver:
git clone https://github.com/bbaassssiiee/buildserver.git

Example of how to use this role:

- hosts: servers
roles:
- { role: dockpack.base_ant }

License
-------

MIT

Author Information
------------------
Bas Meijer @bbaassssiiee