Giter VIP home page Giter VIP logo

ansible-training-demo's Introduction

Dependencies/Setup:

  1. Vagrant (http://www.vagrantup.com/downloads) this will be our “remote server”
  2. VirtualBox (https://www.virtualbox.org/wiki/Downloads) this will be our vagrant provider
  3. Ansible (http://docs.ansible.com/intro_installation.html) windows is not supported at this time. If you have windows, skip this step and come back after you setup vagrant below on the VM itself

After you have these installed, in a new directory do the following steps:

  1. Run “vagrant init” which will put a new file called “Vagrantfile” in that directory
  2. Replace the contents of the Vagrantfile with the following:
Vagrant.configure("2") do |config|
  config.vm.provision "shell", inline: "echo Welcome to Tyler's Training"
  config.vm.define "mockwebserver" do |mockwebserver|
    mockwebserver.vm.box = "hashicorp/precise32"
  end
End

After this is done, you can test it by running “vagrant up” which will boot your mock web server. “vagrant destroy” will do just that. If you’re running windows, you will need to install ansible on the server itself, you can do this by running “vagrant ssh” (username and password both 'vagrant’) and following the install steps for ansible as linked.

ansible-training-demo's People

Contributors

thoersch avatar

Watchers

James Cloos avatar  avatar Steve Shi avatar Jerry Saravia avatar Tommy Harke avatar Phillip Fleischer avatar James avatar Paul Rus avatar  avatar Matthew Stangel avatar Jacob Johansen avatar Jasmin Tankic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.