Skip to content

soroushatarod/Vagrant-Ansible-WordPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provision Vagrant LAMP stack in Ansible for WordPress development

Provisions Vagrant machine for WordPress development

  • Installs MySQL 5.7
  • PHP 7.2
  • Latest WordPress Installation

its a 100% ready to use LAMP stack for WordPress development

How can I select Ubuntu?

Open Vagrantfile There are two variables $OS

$OS = 'bento/ubuntu-16.04';
$OS = 'bento/centos-6.9';

Comment one of them to have to other installed.