mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
259 B
YAML
11 lines
259 B
YAML
---
|
|
|
|
dependencies:
|
|
- role: babashka
|
|
- role: nodejs
|
|
- role: nginx
|
|
- role: redis_server
|
|
when: penpot_redis_url | urlsplit('hostname') in ['localhost', '127.0.0.1']
|
|
- role: postgresql_server
|
|
when: penpot_db_server in ['localhost', '127.0.0.1']
|