mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-21 20:53:18 +02:00
9 lines
183 B
YAML
9 lines
183 B
YAML
![]() |
---
|
||
|
allow_duplicates: true
|
||
|
dependencies:
|
||
|
- role: mkdir
|
||
|
- role: httpd_php
|
||
|
- role: mysql_server
|
||
|
when: glpi_mysql_server == 'localhost' or glpi_mysql_server == '127.0.0.1'
|
||
|
...
|