mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:25:30 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
11
roles/appsmith/meta/main.yml
Normal file
11
roles/appsmith/meta/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
dependencies:
|
||||
- role: mkdir
|
||||
- role: maven
|
||||
- role: repo_mongodb
|
||||
- role: redis_server
|
||||
when: appsmith_redis_url | urlsplit('hostname') in ['localhost','127.0.0.1']
|
||||
- role: mongodb_server
|
||||
when: appsmith_mongo_url | urlsplit('hostname') in ['localhost','127.0.0.1']
|
||||
- role: nginx
|
Reference in New Issue
Block a user