You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
301 B
13 lines
301 B
3 years ago
|
---
|
||
|
|
||
|
allow_duplicates: True
|
||
|
dependencies:
|
||
|
- role: mkdir
|
||
|
- role: composer
|
||
|
- role: mysql_server
|
||
|
when: pim_db_server in ['localhost','127.0.0.1']
|
||
|
- role: httpd_php
|
||
|
- role: nodejs
|
||
|
- role: elasticsearch
|
||
|
when: pim_es_server | regex_replace('(.*):\d+','\\1') in ['localhost','127.0.0.1']
|