Disable the tomcat standalone service.
This commit is contained in:
parent
26b733383f
commit
d226826ce8
|
@ -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
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
---
|
||||
# vars file for ansible-role-template
|
||||
# Disable the main tomcat instance
|
||||
tomcat_service_enabled: False
|
||||
|
||||
|
|
Loading…
Reference in New Issue