mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
10 lines
304 B
YAML
10 lines
304 B
YAML
---
|
|
|
|
dependencies:
|
|
- role: mkdir
|
|
- role: postgresql_server
|
|
when: psono_db_server == 'localhost' or psono_db_server == '127.0.0.1'
|
|
- role: redis_server
|
|
when: psono_redis_server | urlsplit('hostname') == 'localhost' or psono_redis_server | urlsplit('hostname') == '127.0.0.1'
|
|
- role: nginx
|