forked from TugboatQA/demo-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVagrant.yml
32 lines (24 loc) · 1.01 KB
/
Vagrant.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
vb:
## This hostname to use for the VM
hostname: wordpress.local
## Which type of network to use to access the VMs. Use "public_network" if
## you want bridged interfaces to your local network.
network: private_network
## If more than one network interface is available on the host machine,
## Vagrant will ask you to choose which interface the virtual machine should
## bridge to. A default interface can be specified here
#bridge: Default Interface
## The subnet to pull private_network NATs from.
subnet: 172.27.0.0/16
## Number of CPUs to give each VM.
cpus: 1
## How much memory (in MB) to give each VM.
memory: 1024
## Method used for synced folders. The default (empty) is to use the VM
## Providers' file sharing method. Other valid values include nfs, smb, or
## rsync. See http://docs.vagrantup.com/v2/synced-folders/index.html for more
## information.
sync: ''
## If defined, this public key is added to the vagrant user's authorized_keys
## file automatically.
#sshkey: