https://github.com/bodsch/ansible-tomcat
Simple role for downloading a Tomcat
https://github.com/bodsch/ansible-tomcat
ansible ansible-role automation tomcat tomcat-server
Last synced: about 1 month ago
JSON representation
Simple role for downloading a Tomcat
- Host: GitHub
- URL: https://github.com/bodsch/ansible-tomcat
- Owner: bodsch
- License: apache-2.0
- Created: 2021-03-08T04:58:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T04:29:50.000Z (10 months ago)
- Last Synced: 2025-08-19T06:22:20.805Z (10 months ago)
- Topics: ansible, ansible-role, automation, tomcat, tomcat-server
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: `tomcat`
Download an Tomcat archive for a war based CoreMedia deployment.
Also used for the jolokia monitoring Tool.
[][ci]
[][issues]
[][releases]
[][galaxy]
[ci]: https://github.com/bodsch/ansible-tomcat/actions
[issues]: https://github.com/bodsch/ansible-tomcat/issues?q=is%3Aopen+is%3Aissue
[releases]: https://github.com/bodsch/ansible-tomcat/releases
[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/tomcat/
## Operating systems
Tested on
* Arch Linux
* Debian based
- Debian 10 / 11
- Ubuntu 20.10
## usage
```yaml
tomcat_version: 9.0.14
tomcat_download_mirror: "https://archive.apache.org/dist/tomcat/tomcat-{{ tomcat_major_version }}/v{{ tomcat_version }}"
tomcat_user:
username: tomcat
group: tomcat
home_directory: /opt/tomcat
tomcat_remove_webapps:
- docs
- examples
- host-manager
- manager
- ROOT
tomcat_service:
enabled: false
```
----
## Author and License
- Bodo Schulz
## License
[Apache](LICENSE)
**FREE SOFTWARE, HELL YEAH!**