From charlesreid1

Revision as of 15:57, 7 November 2018 by Admin (talk | contribs) (Created page with "{{Main|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 * Cele...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.