Skip to content

An Ansible playbook for configuring LAMP/MAMP development environments

Notifications You must be signed in to change notification settings

cogentParadigm/ansible-playbook-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This playbook is for setting up a local development environment primarily for the Apache, MySQL (MariaDB), and PHP stack. However, it additionally installs Node.js, MongoDB, and some mobile development tools.

Setup and configuration

The variables and tasks run by this playbook will be determined by your OS family. On Mac OS, the OS family name is Darwin so the default variables loaded are in vars/Darwin.yml.

You can create a config.yml at the project root to override the default variables.

Running this playbook

Use the following command to run this playbook, and enter your root password when prompted.

ansible-playbook -i inventory -K main.yml

OS specific instructions

About

An Ansible playbook for configuring LAMP/MAMP development environments

Resources

Stars

Watchers

Forks

Packages

No packages published