https://github.com/oefenweb/ansible-ant
Ansible role to set up Apache Ant in Debian-like systems
https://github.com/oefenweb/ansible-ant
ansible ant build-tool debian development java ubuntu
Last synced: 4 months ago
JSON representation
Ansible role to set up Apache Ant in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-ant
- Owner: Oefenweb
- License: mit
- Created: 2018-11-22T08:54:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T15:22:01.000Z (over 1 year ago)
- Last Synced: 2025-06-14T03:03:32.802Z (about 1 year ago)
- Topics: ansible, ant, build-tool, debian, development, java, ubuntu
- Language: Dockerfile
- Size: 78.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## ant
[](https://github.com/Oefenweb/ansible-ant/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/ant)
Set up [Apache Ant](https://ant.apache.org/).
#### Requirements
None
#### Variables
* `ant_version` [default: `1.10.15`]: Version to install
* `ant_install_prefix` [default: `/opt`]: Install prefix
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.ant
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-ant/issues)!