forked from sys0dm1n/ansible-ubuntu-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
desktop.yml
196 lines (194 loc) · 4.16 KB
/
desktop.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
---
- name: Ubuntu Desktop Playbook
hosts: localhost
roles:
- role: desktop
when: desktop_enabled | bool
- role: angryipscanner
become: true
tags:
- angryipscanner
when: angryipscanner_enabled | bool
- role: atom
become: true
tags:
- atom
when: atom_enabled | bool
- role: barrier
become: true
tags:
- barrier
when: barrier_enabled | bool
- role: bitwarden
become: true
tags:
- bitwarden
when: bitwarden_enabled | bool
- role: chromium
become: true
tags:
- chromium
when: chromium_enabled | bool
- role: discord
become: true
tags:
- discord
when: discord_enabled | bool
- role: filezilla
become: true
tags:
- filezilla
when: filezilla_enabled | bool
- role: firefox
become: true
tags:
- firefox
when: firefox_enabled | bool
- role: gimp
become: true
tags:
- gimp
when: gimp_enabled | bool
- role: gitg
become: true
tags:
- gitg
when: gitg_enabled | bool
- role: gnome-encfs-manager
become: true
tags:
- gnome-encfs-manager
when: gnome_encfs_manager_enabled | bool
- role: gparted
become: true
tags:
- gparted
when: gparted_enabled | bool
- role: guake
become: true
tags:
- guake
when: guake_enabled | bool
- role: indicator-sysmonitor
become: true
tags:
- indicator-sysmonitor
when: indicator_sysmonitor_enabled | bool
- role: handbrake
become: true
tags:
- handbrake
when: handbrake_enabled | bool
- role: ledger-live
tags:
- ledger-live
when: ledger_live_enabled | bool
- role: libreoffice
become: true
tags:
- libreoffice
when: libreoffice_enabled | bool
- role: losslesscut
become: true
tags:
- losslesscut
when: losslesscut_enabled | bool
- role: nautilus-plugins
become: true
tags:
- nautilus-plugins
when: nautilus_plugins_enabled | bool
- role: nextcloud
become: true
tags:
- nextcloud
when: nextcloud_enabled | bool
- role: noisetorch
tags:
- noisetorch
when: noisetorch_enabled | bool
# - role: notify-osd
# become: true
# tags:
# - desktop
# - notify-osd
# - devops
# - devs
# when: notify-osd_enabled | bool
# - role: remarkable
# become: true
# tags:
# - desktop
# - remarkable
# - devops
# - devs
# when: remarkable_enabled | bool
- role: 'pop_os/shell'
tags:
- pop_os
- pop_os:shell
when: pop_os_enabled or pop_os_shell_enabled | bool
- role: remmina
become: true
tags:
- remmina
when: remmina_enabled | bool
- role: signal
become: true
tags:
- signal
when: signal_enabled | bool
- role: skype
become: true
tags:
- skype
when: skype_enabled | bool
- role: solaar
become: true
tags:
- solaar
when: solaar_enabled | bool
- role: sublime3
become: true
tags:
- sublime3
when: sublime3_enabled | bool
- role: slack
tags:
- slack
when: slack_enabled | bool
- role: sunflower
become: true
tags:
- sunflower
when: sunflower_enabled | bool
- role: syncthing
become: true
tags:
- syncthing
when: syncthing_enabled | bool
- role: teamviewer
become: true
tags:
- teamviewer
when: teamviewer_enabled | bool
- role: thunderbird
become: true
tags:
- thunderbird
when: thunderbird_enabled | bool
- role: timeshift
become: true
tags:
- timeshift
when: timeshift_enabled | bool
- role: vscode
become: true
tags:
- vscode
when: vscode_enabled | bool
- role: winbox
become: true
tags:
- winbox
when: winbox_enabled | bool