Ant - Another new tool. To build Java projects.
This role was built for Ubuntu Trusty or RedHat systems like RHEL 6, Centos 7. It needs dockpack.base_java8.
ant_version: 1.10.1
ant_base: "/opt"
Ant needs Java8. This role depends on dockpack.base_java8, which will be installed automatically if you use this one.
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 }
MIT
Bas Meijer @bbaassssiiee