PERSONAL BLOG

Creating LAMP server on Centos

with Vagrant using Ansible

Vagrant and Ansible are both of favourite tools in DevOps culture. Vagrant is to automate infrastructure provisioning your as working with virtualization platform VirtualBox. Ansible is configuration management tool that in our case lamp stack server will be configured with its help on specific VMs that created on Vagrant. LAMP stands for Linux, Apache, MySQL, PHP.