forked from ISTI-ansible-roles/ansible-roles
8 lines
426 B
YAML
8 lines
426 B
YAML
---
|
|
dependencies:
|
|
- { 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 }
|
|
- { role: '../../library/roles/d4s_user_services_perms', when: smartgears_node }
|
|
- role: '../../library/roles/ssh-keys'
|