mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Update provisioning workflow, check if a box name is defined. A playbook for box usage is created
This commit is contained in:
21
resources/ansible/playbook-boxes.yml
Normal file
21
resources/ansible/playbook-boxes.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- 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
|
Reference in New Issue
Block a user