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

likwid/ansible-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages