mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 09:12:34 +01:00
12 lines
138 B
YAML
Executable File
12 lines
138 B
YAML
Executable File
---
|
|
- hosts: all
|
|
sudo: true
|
|
vars_files:
|
|
- vars/all.yml
|
|
roles:
|
|
- server
|
|
- vagrant_local
|
|
- php
|
|
- xdebug
|
|
- app
|