forked from gantsign/development-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vagrantuser.example
104 lines (92 loc) · 3.09 KB
/
.vagrantuser.example
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
# Nugrant https://github.com/maoueh/nugrant configuration file
# Rename this file to: .vagrantuser
# If you want some of your configuration to be inherited by multiple projects
# you can also put configuration in the the following files:
#
# $SYSTEM/.vagrantuser
# ~/.vagrantuser
# Uncomment the section below to configure your proxy settings.
# proxy:
# enabled: true
# http: 'http://example.com:3128/'
# https: 'http://example.com:3128/'
# ftp: 'http://example.com:3128/'
# no_proxy: 'localhost,127.0.0.1'
# Uncomment the section below if you need to configure a different proxy for APT.
# apt_proxy:
# http: 'http://example.com:3128/'
# https: 'http://example.com:3128/'
# ftp: 'http://example.com:3128/'
# Uncomment the section below if you need to configure a different proxy for Git.
# git_proxy:
# http: 'http://example.com:3128/'
# Uncomment (and configure) the section below to use proxy auto configuration
# for the GNOME desktop.
# gnome_proxy:
# mode: auto
# autoconfig_url: 'http://example.com/proxy.pac'
# For the American developers uncomment the lines below to set your timezone, locale and keyboard.
# timezone: 'America/Los_Angeles' #https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# locales:
# default: en_US.UTF-8
# keyboard:
# layout: us
# Tip: place a copy of .vagrantuser in your home directory so you only have to do this once.
# Uncomment the section below if you want to skip any of the tags in the playbook
# ansible:
# skip_tags:
# - backup
# - chrome
# - docker
# - git-credential-manager
# - gradle
# - gui
# - homebrew
# - intellij
# - java
# - kubernetes
# - maven
# - nodejs
# - oh-my-zsh
# - postman
# - python
# - sdkman
# - swapspace
# - vscode
# - zsh-autosuggestions
# - zsh-fzf-tab
# - zsh-syntax-highlighting
# - zsh-you-should-use
# - zswap
# - devops
# - selfsignedcert
# Uncomment the section below to change any of the VirtualBox Settings
# virtualbox:
# name: development-environment
# gui: true
# cpus: 4
# graphicscontroller: 'vboxsvga'
# vram: '128'
# accelerate3d: 'off'
# memory: '8192'
# clipboard: bidirectional
# draganddrop: bidirectional
# monitorcount: 1
# audio: dsound
# audiocontroller: ac97
# Uncomment the line below to change where the persistent virtual disk is stored
# persistent_storage_location: '.vagrant/persistent-disk.vdi'
# Uncomment the line below if you prefer a different dock positon (LEFT, RIGHT, BOTTOM)
# dock_position: BOTTOM
# Uncomment and edit the setion below to set your Git user name and email:
# git_user:
# name: Example Name
# email: [email protected]
# # Uncomment the line below to overwrite your current git user name and email
# force: true
intellij:
# Uncomment the line below to install IntelliJ IDEA Ultimate rather than Community
# edition: ultimate
# Uncomment the line below to install your IntelliJ IDEA Ultimate license key
# license_key_path: '/vagrant/idea.key' # You need to copy your licence key from ~/.IntelliJIdea2017.1/config/idea.key into the project root.