-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlavie.json
50 lines (49 loc) · 1.39 KB
/
lavie.json
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
{
// Default access program
"access.default.program": "putty",
// One of the program to use to access the vm
"access.ssh": {
"program": "C:\\app\\TOOLS\\git\\usr\\bin\\ssh.exe"
},
// Another one
"access.putty": {
"program": "C:\\app\\TOOLS\\putty\\PUTTY.EXE",
"default.session": "Ubuntu 16.04.3 LTS",
"sessions": [
"CentOS 7",
"Nicolas-laptop",
"Ubuntu 16.04.3 LTS"
]
},
// Which vm to use and which key to get the ip with 'guestproperty get'
"vbox.manager": {
"default_vm": "Ubuntu 16.04.3 Server",
"key_ip": "/VirtualBox/GuestInfo/Net/0/V4/IP"
},
"vbox.vms": [
{
"name": "CentOS 7",
"uuid": "8830dc81-b2b2-4444-bbaf-b1106cb35088",
"username": "",
"password": ""
},
{
"name": "CentOS 7 Original",
"uuid": "7def80a8-46f7-4e01-81e8-e65ffa899441",
"username": "",
"password": ""
},
{
"name": "Ubuntu 16.04.3 Server",
"uuid": "480637c2-f996-4dd1-a833-8df4205214e8",
"username": "",
"password": ""
},
{
"name": "Ubuntu 16.04.3 Server Original",
"uuid": "b93ead67-428c-4887-ac2f-16fef9ece3ff",
"username": "",
"password": ""
}
]
}