forked from ISTI-ansible-roles/ansible-roles
Split the smartgears base playbook.
This commit is contained in:
parent
57f53d6ef4
commit
99f51f02fa
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: '../../library/roles/tomcat-multiple-instances'
|
||||
- { role: '../../library/roles/smartgears/smartgears' }
|
||||
- { role: '../../library/roles/smartgears/smartgears-nginx-frontend', when: setup_nginx is defined and setup_nginx }
|
||||
- { role: '../../library/roles/smartgears/resource_updater', when: resource_updater_install is defined }
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: '../../library/roles/tomcat-multiple-instances'
|
||||
#dependencies:
|
||||
# - role: '../../library/roles/tomcat-multiple-instances'
|
||||
|
|
Loading…
Reference in New Issue