mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
8 lines
181 B
YAML
8 lines
181 B
YAML
![]() |
---
|
||
|
dependencies:
|
||
|
- role: repo_lemonldap_ng
|
||
|
- role: httpd_mod_perl
|
||
|
when: llng_server == 'httpd'
|
||
|
- role: mysql_server
|
||
|
when: llng_db_server in ['localhost','127.0.0.1']
|