Split the smartgears base playbook.

This commit is contained in:
Andrea Dell'Amico 2019-03-25 17:37:27 +01:00
parent 57f53d6ef4
commit 99f51f02fa
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
--- ---
dependencies: dependencies:
- role: '../../library/roles/tomcat-multiple-instances'
- { role: '../../library/roles/smartgears/smartgears' } - { role: '../../library/roles/smartgears/smartgears' }
- { role: '../../library/roles/smartgears/smartgears-nginx-frontend', when: setup_nginx is defined and setup_nginx } - { 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 } - { role: '../../library/roles/smartgears/resource_updater', when: resource_updater_install is defined }

View File

@ -1,3 +1,3 @@
--- ---
dependencies: #dependencies:
- role: '../../library/roles/tomcat-multiple-instances' # - role: '../../library/roles/tomcat-multiple-instances'