-
Notifications
You must be signed in to change notification settings - Fork 10
/
Vagrant.yml
30 lines (23 loc) · 1023 Bytes
/
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
vb:
## Which vagrant box to use. A Debian-based image is assumed by the
## provisioning scripts.
box: debian/contrib-buster64
## 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
## Number of CPUs to give each VM.
cpus: 1
## How much memory (in MB) to give each VM.
memory: 2048
## 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: