Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T16:14:22.000Z (2 months ago)
- Last Synced: 2024-11-04T17:25:42.200Z (2 months ago)
- Topics: ansible, ant, build-tool, debian, development, java, ubuntu
- Language: Dockerfile
- Size: 75.2 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## ant
[![CI](https://github.com/Oefenweb/ansible-ant/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-ant/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-ant-blue.svg)](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)!