Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
/ dev-vm Public archive

😎Ansible + Vagrant + Virtualbox

Notifications You must be signed in to change notification settings

uonick/dev-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

Ansible + Vagrant + Virtualbox

Laravel Vagrant machine

  • Ubuntu Bionic
  • Nginx Latest
  • Redis Latest
  • MySQL 8.0
  • PHP 7.3
  • Composer

Install

  1. Install VirtualBox and Vagrant
  2. Clone project
  3. cd dev-vm
  4. Run vagrant up

Configure

MySQL users and databases

  • Edit: roles/mysql/vars/main.yml

PHP version

  • Edit: roles/php/defaults/main.yml

Path to project

  • Edit: Vagrantfile (config.vm.synced_folder)