-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvagrant.yaml
73 lines (66 loc) · 1.37 KB
/
vagrant.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
machine:
xenial:
hostname: ubuntu-xenial.sources.test
ip: 192.168.56.30
cpus: 2
memory: 512
username: vagrant
os:
box: ubuntu/xenial64
bionic:
hostname: ubuntu-bionic.sources.test
ip: 192.168.56.31
cpus: 2
memory: 512
username: vagrant
os:
box: ubuntu/bionic64
focal:
hostname: ubuntu-focal.sources.test
ip: 192.168.56.32
cpus: 2
memory: 512
username: vagrant
os:
box: ubuntu/focal64
jammy:
hostname: ubuntu-jammy.sources.test
ip: 192.168.56.33
cpus: 2
memory: 512
username: vagrant
os:
box: ubuntu/jammy64
stretch:
hostname: debian-stretch.sources.test
ip: 192.168.56.40
cpus: 2
memory: 512
username: vagrant
os:
box: debian/contrib-stretch64
buster:
hostname: debian-buster.sources.test
ip: 192.168.56.41
cpus: 2
memory: 512
username: vagrant
os:
box: debian/contrib-buster64
bullseye:
hostname: debian-bullseye.sources.test
ip: 192.168.56.42
cpus: 2
memory: 512
username: vagrant
os:
box: debian/bullseye64
bookworm:
hostname: debian-bookworm.sources.test
ip: 192.168.56.43
cpus: 2
memory: 512
username: vagrant
os:
box: debian/bookworm64