Merge pull request #2986 from xrousset78800/PHRAS-2496/pre-build-vagrant-image-for-phraseanet

PHRAS-2496 | Pre-build vagrant image for Phraseanet
This commit is contained in:
Nicolas Maillat
2019-04-23 15:04:54 +02:00
committed by GitHub
2 changed files with 17 additions and 15 deletions

4
Vagrantfile vendored
View File

@@ -119,7 +119,9 @@ Vagrant.configure("2") do |config|
] ]
end end
config.vm.box = "ubuntu/trusty64" # Switch between Phraseanet box and native trusty64
config.vm.box = "alchemy/Phraseanet-vagrant-dev"
#config.vm.box = "ubuntu/trusty64"
config.ssh.forward_agent = true config.ssh.forward_agent = true
config_net(config) config_net(config)

View File

@@ -4,18 +4,18 @@
vars_files: vars_files:
- vars/all.yml - vars/all.yml
roles: roles:
- server # - server
- repositories # - repositories
- vagrant_local # - vagrant_local
- nginx # - nginx
- mariadb # - mariadb
- elasticsearch # - elasticsearch
- rabbitmq # - rabbitmq
- php # - php
- xdebug # - xdebug
- composer # - composer
- mailcatcher # - mailcatcher
- node # - node
- yarn # - yarn
# - ffmpeg
- app - app
- ffmpeg