Skip to content

elarasu/baremachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Instructions to seed the docker machine environment (both for dev & production). Very specific environment via vagrant to setup

  • ubuntu 16.04
  • git tools
  • languages - python
  • docker & docker-compose

Pre-requisite

none

Instructions

First clone this repository to your box and have pre-requsites installed.

   $ cd baremachine
   $ vagrant up
   $ vagrant ssh

Update

On updates to vagrantfile, please run the following instructions

   $ cd baremachine
   $ vagrant halt
   $ vagrant up
   $ vagrant provision
   $ vagrant ssh

About

vagrant/bare metal machine setup using ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published