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
- Host: GitHub
- URL: https://github.com/dockpack/base_ant
- Owner: dockpack
- License: mit
- Created: 2017-07-20T19:41:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T19:37:37.000Z (over 3 years ago)
- Last Synced: 2025-09-02T22:43:36.447Z (10 months ago)
- Topics: ansible-role, ant, centos, ci, java, rhel7, rhel8
- Language: Makefile
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/dockpack/base_ant)[](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