-
Notifications
You must be signed in to change notification settings - Fork 19
/
generic-all.yml
218 lines (186 loc) · 5.69 KB
/
generic-all.yml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
---
###
### Custom variables
###
debian_dist: buster
###
### Debian apt repositories
###
apt_repo_repositories:
# main
- file: debian-main
repo: "deb http://deb.debian.org/debian {{ debian_dist }} main contrib non-free"
- file: debian-main
repo: "deb-src http://deb.debian.org/debian {{ debian_dist }} main contrib non-free"
# updates
- file: debian-updates
repo: "deb http://deb.debian.org/debian {{ debian_dist }}-updates main contrib non-free"
- file: debian-updates
repo: "deb-src http://deb.debian.org/debian {{ debian_dist }}-updates main contrib non-free"
# security
- file: debian-security
repo: "deb http://security.debian.org {{ debian_dist }}/updates main contrib non-free"
- file: debian-security
repo: "deb-src http://security.debian.org {{ debian_dist }}/updates main contrib non-free"
###
### Systemd services
###
systemd_enabled: []
systemd_disabled: []
###
### System Python versions
###
python_2: True
python_3: True
###
### Python pip packages (add your custom packages here)
###
pip2_packages: []
pip3_packages: []
###
### Debian packages (add your custom packages here)
###
apt_packages: []
###
### Select packages to install
###
### 'install': Install the package
### 'remove': Uninstall the package
### Any other value will ignore the package (neither install nor uninstall)
autorunner: 'install'
chromium: 'install'
clipmenu: 'install'
dbeaver: 'install'
diff_highlight: 'install'
docker: 'install'
docker_compose: 'install'
ffscreencast: 'install'
firefox: 'install'
font_font_awesome: 'install'
font_droid_sans_mono: 'install'
font_san_francisco: 'install'
font_terminus: 'install'
font_ubuntu: 'install'
fzf: 'install'
gimp: 'install'
i3: 'noop'
i3_gaps: 'install'
i3_utils_bin: 'install'
i3_utils_systemd: 'install'
i3blocks_modules: 'install'
icon_moka: 'install'
kops: 'install'
kubectl: 'install'
libreoffice: 'install'
lxdm: 'install'
neovim: 'install'
network_manager: 'install'
oh_my_zsh: 'install'
packer: 'install'
pinta: 'install'
ranger: 'install'
skype: 'install'
sublime: 'install'
sxiv: 'install'
telegram: 'install'
terraform: 'install'
theme_arc: 'install'
thunar: 'install'
thunar_custom_actions: 'install'
thunderbird: 'install'
timemachine: 'install'
urxvt: 'install'
virtualbox: 'install'
xbacklight: 'install'
xorg: 'install'
zathura: 'install'
###
### Settings for packages
###
# ---- Chromium ----
# Only works for extensions from web store
chromium_extensions: []
# - dbepggeogbaibhgnhhndojpepiihcmeb
# - pgdnlhfefecpicbbihgmbmffkjpaplco
# ---- Docker ----
# 'wheezy', 'jessie', 'stretch' or 'buster'
docker_repo_dist: "{{ debian_dist }}"
# 'stable' or 'edge'
docker_repo_channel: edge
# ---- FZF ----
# Add sourcing ~/.fzf.bash to your normal shell config?
fzf_update_rc: True
# Enable/Disable fuzzy completion (bash & zsh)?
fzf_completion: False
# Enable/disable key bindings (CTRL-T, CTRL-R, ALT-C)?
fzf_key_bindings: False
# ---- LXDM ----
lxdm_dpi: 96
lxdm_gtk_theme: Industrial
lxdm_show_user_list: False
# ---- NetworkManager ----
network_manager_nm_applet: True
network_manager_plugin_openvpn: True
network_manager_plugin_l2tp: True
network_manager_plugin_openconnect: True
network_manager_plugin_pptp: True
network_manager_plugin_ssh: True
network_manager_plugin_strongswan: True
network_manager_plugin_vpnc: True
# ---- Skype ----
# 'stable' or 'unstable'
skype_repo_channel: stable
# ---- Sublime ----
# 'stable' or 'dev'
sublime_repo_channel: stable
# ---- sxiv ----
# Make sxiv default program for pictures
sxiv_default_image_viewer: True
# ---- Thunar ----
thunar_volman_enable: True
thunar_archive_plugin_enable: True
# ---- Thunderbird ----
thunderbird_ext_official: []
# - https://addons.mozilla.org/en-US/thunderbird/addon/dkim-verifier/
# - https://addons.mozilla.org/en-US/thunderbird/addon/enigmail/
# - https://addons.mozilla.org/en-US/thunderbird/addon/gnotifier/
# - https://addons.mozilla.org/en-US/thunderbird/addon/lightning/
# - https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/
# - https://addons.mozilla.org/en-US/thunderbird/addon/x-unsent-support/
# List of urls pages in which an XPI download link can be found.
# Note: The first found XPI download url will be used
thunderbird_ext_custom: []
# - https://github.com/ExchangeCalendar/exchangecalendar/releases
# ---- Xorg ----
# Supported values: 'amdgpu' 'ati' 'intel' 'modesetting' 'nouveau' 'nvidia' 'radeon'
xorg_gpu: modesetting
# Supported values: 'XAA' 'EXA' 'UXA' 'SNA' 'glamor'
xorg_gpu_accel_method: glamor
# Enable VDPAU_DRIVER=va_gl systemwide
xorg_gpu_vdpau_va_gl_enable: True
# 'libinput' or 'synaptics'
xorg_touchpad_enable: True
xorg_touchpad_driver: 'synaptics'
###
### Set your preferred default applications
###
xdg_mime_defaults:
- desktop_file: Thunar.desktop
mime_types:
- inode/directory
- desktop_file: chromium.desktop
mime_types:
- text/html
- text/xml
- application/xhtml_xml
- application/x-mimearchive
- x-scheme-handler/http
- x-scheme-handler/https
- desktop_file: zathura.desktop
mime_types:
- application/pdf
- application/postscript
- application/eps
- application/x-eps
- image/eps
- image/x-eps