-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml.template
More file actions
44 lines (44 loc) · 1.33 KB
/
config.yml.template
File metadata and controls
44 lines (44 loc) · 1.33 KB
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
user:
username: "" # username to create for the machine (not ubuntu). Do not use any special chars, use only letters.
password: "" # password to login into the machine. And, if installed, to log into MariaDB as root
fullname: "" # user full name
email: "" # e-mail address
vm: # hardware configuration for the VM
cpus: 2
memory: 2048
vram: 12
clipboard: "bidirectional"
keyboard_locale: "it"
timezone: "Europe/Rome"
wallpaper:
width: 2560
height: 1707
proxy: # proxy settings
http: "" # leave empty string if there is no proxy
https: "" # leave empty string if there is no proxy
no_proxy: "localhost,127.0.0.1,::1" # default no_proxy settings
apps: # applications settings
php:
install: True
version: "" # leave empty string to install latest version
install:
chrome: True
mariadb: True
dbeaver: True
apache: True
mailhog: True
filezilla: True
sublime: True
java: True
ruby: True
maven: True
gradle: True
intellij_idea: True
pycharm: True
docker: True
libreoffice: True
camunda:
modeler: True
roles: [] # optional list of additional roles to be executed, eg: ["https://a-roles-repo/role1.git"]
workspace:
gitrepos: [] # optional list of git repositories to be initialized in the workspace directory, eg: ["https://a-git-repo/repo1.git"]