This is a basic LEMP stack using CentOS
For the initial ansible package, I've used Phansible - and kept its initial folder structure, but changed it to use CentOS instead of Ubuntu.
This dev box it has been configured with the following:
- It uses CentOS 6.5 minimal from fillup/centos-6.5-x86_64-minimal
- Nginx 1.8
- PHP 5.6 (congigured using PHP-FPM)
- MySQL 5.6
- RabbitMQ 3.5.3
The current configuration:
- Mounts current dir to /srv
- IP: 192.168.32.23
- Rabbit: 192.168.32.23:15672
For custom configuration you can edit the Vagrantfile
as well as ansible/vars/all.yml
- Database: root / Admin123
- RabbitMQ: admin / Admin123