mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
22 lines
286 B
YAML
22 lines
286 B
YAML
---
|
|
- hosts: all
|
|
sudo: true
|
|
vars_files:
|
|
- vars/all.yml
|
|
roles:
|
|
- server
|
|
- repositories
|
|
- vagrant_local
|
|
- nginx
|
|
- mariadb
|
|
- elasticsearch
|
|
- rabbitmq
|
|
- php
|
|
- xdebug
|
|
- composer
|
|
- mailcatcher
|
|
- node
|
|
- yarn
|
|
- ffmpeg
|
|
- app
|