mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
10 lines
159 B
YAML
10 lines
159 B
YAML
---
|
|
|
|
allow_duplicates: True
|
|
dependencies:
|
|
- role: mkdir
|
|
- role: httpd_php
|
|
- role: mysql_server
|
|
when: itop_db_server in [ 'localhost', '127.0.0.1' ]
|
|
|