dmba / my-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 66.7%Language:Ruby 25.1%Language:Vim Script 8.2%