Skip to content

A recipe to create a LAMP server using Ansible and Vagrant

Notifications You must be signed in to change notification settings

tonholis/vagransible_lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagransible

A recipe to create a LAMP server using Ansible and Vagrant

  • ubuntu/wily64
  • Apache
  • PHP 5.6.11
  • MariaDB
  • WKHTMLtoPDF (to generate PDF files based on HMTL)

#Pre-requisites (OSX)

Tested on OSX El Captain

##Vagrant

https://www.vagrantup.com/downloads.html

##Ansible

pip install ansible

##MySQL module

pip install MySQL-python

#Run

vagrant up

And check it out http://192.168.33.11/

About

A recipe to create a LAMP server using Ansible and Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages