/my-env

Primary LanguageShellMIT LicenseMIT

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