Skip to content

dmba/my-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Working Environment

Ansible provisioning of my working environment for macOS and Ubuntu

Usage

Install Ansible : How to install Ansible.

curl -s https://raw.githubusercontent.com/dmba/my-env/master/checkout-and-install.sh | bash

Testing

Install Vagrant : How to install Vagrant

  • macOS Virtual Machine
cd ~/.my-env/tests
export VM_BOX='jhcook/macos-sierra'
vagrant up
  • ubuntu 16.04 Virtual Machine
cd ~/.my-env/tests
export VM_BOX='bento/ubuntu-16.04'
vagrant up

Run provision again:

vagrant provision

Connect to Virtual Machine

vagrant ssh

License

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published