Ansible/Full Stack Playbook
From charlesreid1
Main article: Ansible/Playbooks
This page covers an Ansible playbook for a full stack example. This full stack example will run the following services:
- Django web server
- Celery task queue
- RabbitMQ message queue
- Postgresql for data storage
Setup
Vagrant setup
Here we walk through how to get set up with Vagrant before writing and testing the playbook.