mwanjura / ansible-presentation

Ansible presentation 06/15 @ Web-Dev-BBQ #4 Stuttgart/Germany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Presentation

A Bespoke.js presentation, built with generator-bespoke

Demo project with vagrant boxes

Demo project here:

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve

Demo

Build the Box

cd ansible-box
vagrant up
ansible-playbook site.yml -i inventories/ansible-demo.vagrant

Deploy Demo App

cd demo-app
ansible-playbook deploy.yml -i ../ansible-box/inventories/ansible-demo.vagrant

Visit http://ansible-demo.vagrant/app_dev.php/app/example to see the demo app

About

Ansible presentation 06/15 @ Web-Dev-BBQ #4 Stuttgart/Germany

License:MIT License


Languages

Language:PHP 54.6%Language:HTML 27.8%Language:CSS 7.5%Language:JavaScript 4.9%Language:ApacheConf 3.9%Language:Ruby 1.3%