Disable the tomcat standalone service.

This commit is contained in:
Andrea Dell'Amico 2020-07-08 14:55:36 +02:00
parent 26b733383f
commit d226826ce8
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,6 @@
---
tomcat_version: 7
tomcat_version: 8
#tomcat_catalina_home_dir: '/usr/share/tomcat{{ tomcat_version }}'
# Disable the main tomcat instance
tomcat_service_enabled: False
tomcat_m_instances_install: True
tomcat_m_host_manager_install: False

View File

@ -1,2 +1,4 @@
---
# vars file for ansible-role-template
# Disable the main tomcat instance
tomcat_service_enabled: False