Skip to content

Instantly share code, notes, and snippets.

@amikheychik
Created May 4, 2018 13:42
Show Gist options
  • Save amikheychik/37ab3a0b7c7b572e21f1cbf997e43f0f to your computer and use it in GitHub Desktop.
Save amikheychik/37ab3a0b7c7b572e21f1cbf997e43f0f to your computer and use it in GitHub Desktop.
# Host machine operating system:
# - macos - for MacOSX
# - linux - for Linux
# - windows - for Windows
host:
os: macos
username: ''
github:
token: ''
machines:
xdruple:
vm:
box: 'ubuntu/xenial64'
ip: '192.168.33.10'
provider:
name: 'virtualbox'
memory: 1024
folders:
- host: '~/Code/Drupal7'
guest: '/var/www'
- host: '~/Code/PHP'
guest: '/var/php'
- host: './'
guest: '/vagrant'
dns:
tld: 'xd'
patterns:
- '/^[\w-]+.xd$/'
vars:
timezone: 'America/New_York'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment