This role installs Talend Tomcat.
Note: All Tomcat-based Talend applications (TAC, MDM, TDS, etc) must have a Tomcat server available. The server can either be this Talend-provided Tomcat, or a customer-provided Tomcat.
Make sure you completed the requirements listed in the Root README file.
Before running the script, you can change the following variables in the defaults/main.yml file:
Note: You can find details about each application installed using these Ansible roles in the corresponding RPM documentation on Talend Help Center.
Parameter | Description | Value |
---|---|---|
tomcat_rpm_pkg_version |
Talend Tomcat RPM version | Example: 9.0.46-1 |
- hosts: tac-host
become: yes
roles:
- java
- talend-repo
- tomcat
- tac