-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopts.example.yaml
52 lines (52 loc) · 1.18 KB
/
opts.example.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
vms:
master:
box: aspyatkin/ubuntu-16.04-server-amd64
box_version: ~> 1.0.3
name: master.finals.themis-project.com
ssh_insert_key: no
memory: 2048
cpus: 2
hostname: master.finals.themis-project.com
network:
private:
- ip: 172.20.0.2
netmask: 255.255.0.0
synced_folders:
- host: .
guest: /vagrant
opts:
disabled: yes
team1:
box: box-cutter/ubuntu1604-desktop
box_version: ~> 2.0.21
name: team1.finals.themis-project.com
ssh_insert_key: no
memory: 1024
cpus: 2
hostname: team1.finals.themis-project.com
network:
private:
- ip: 172.20.1.3
netmask: 255.255.0.0
synced_folders:
- host: .
guest: /vagrant
opts:
disabled: yes
team2:
box: box-cutter/ubuntu1604-desktop
box_version: ~> 2.0.21
name: team2.finals.themis-project.com
ssh_insert_key: no
memory: 1024
cpus: 2
hostname: team2.finals.themis-project.com
network:
private:
- ip: 172.20.2.3
netmask: 255.255.0.0
synced_folders:
- host: .
guest: /vagrant
opts:
disabled: yes