2015-05-28 11:32:57 +02:00
|
|
|
---
|
|
|
|
- include: tomcat-pkgs.yml
|
|
|
|
- include: tomcat-admin.yml
|
|
|
|
when: tomcat_install_admin
|
|
|
|
- include: tomcat-jmx.yml
|
|
|
|
when:
|
|
|
|
- tomcat_jmx_enabled
|
|
|
|
- tomcat_jmx_auth_enabled
|
2016-01-19 14:02:15 +01:00
|
|
|
tags: [ 'tomcat', 'jmx' ]
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: tomcat-log4j-logging.yml
|
|
|
|
when: tomcat_use_log4j
|
2016-01-19 14:02:15 +01:00
|
|
|
tags: [ 'tomcat', 'tomcat_log4j' ]
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: tomcat-logger-logging.yml
|
|
|
|
when: not tomcat_use_log4j
|
|
|
|
- include: access_log.yml
|
|
|
|
when: tomcat_access_log_enabled
|
|
|
|
- include: pgsql_jdbc.yml
|
|
|
|
when: tomcat_install_pg_jdbc
|
|
|
|
- include: not_pgsql_jdbc.yml
|
|
|
|
when: not tomcat_install_pg_jdbc
|
|
|
|
|
|
|
|
|