2018-06-12 19:48:21 +02:00
|
|
|
---
|
|
|
|
dependencies:
|
2019-03-19 18:48:11 +01:00
|
|
|
- { role: '../../library/roles/postgresql', when: psql_postgresql_install }
|
2018-06-12 19:48:21 +02:00
|
|
|
- { role: '../../library/roles/php-fpm' }
|
|
|
|
- { role: '../../library/roles/nginx' }
|
|
|
|
- { role: '../../library/roles/redis', when nextcloud_use_redis }
|
|
|
|
- { role: '../../library/roles/memcached', when nextcloud_use_memcache }
|