Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 602 Bytes

ansible-demo

Quick Demonstration of Ansible

Slide deck https://speakerdeck.com/likwid/ansible-radically-simple-infrastructure-management

In this demo we are going to:

  1. Create a server in Amazon AWS
  2. Provision a server with nginx, Ruby, Unicorn and Sinatra
  3. Deploy Sinatra application

How to run:

vagrant up (make note of the ssh port that gets rebound) in devops/development inventory file, change the port to the aforementioned vagrant ssh port

from a shell: ansible-playbook devops/site.yml -i devops/development

This should provision the vagrant box