|
@@ -4,21 +4,19 @@
|
4
|
4
|
|
5
|
5
|
tasks:
|
6
|
6
|
|
7
|
|
-#REPO{{{
|
8
|
|
-#}}}
|
9
|
|
-#LANG{{{
|
|
7
|
+# LANG{{{
|
10
|
8
|
- name: install french lang
|
11
|
9
|
package: name='hunspell-fr'
|
12
|
10
|
tags: ['sys', 'lang']
|
13
|
11
|
become: true
|
14
|
|
-#}}}
|
15
|
|
-#CODEC{{{
|
|
12
|
+# }}}
|
|
13
|
+# CODEC{{{
|
16
|
14
|
- name: install powerline fonts
|
17
|
15
|
package: name='fonts-powerline'
|
18
|
16
|
tags: ['sys', 'codec']
|
19
|
17
|
become: true
|
20
|
|
-#}}}
|
21
|
|
-#GNOME{{{
|
|
18
|
+# }}}
|
|
19
|
+# GNOME{{{
|
22
|
20
|
- name: install gnome tweak tool
|
23
|
21
|
package: name='gnome-tweak-tool'
|
24
|
22
|
tags: ['sys', 'gnome']
|
|
@@ -33,16 +31,13 @@
|
33
|
31
|
package: name='chrome-gnome-shell'
|
34
|
32
|
tags: ['sys', 'gnome']
|
35
|
33
|
with_items:
|
36
|
|
- #pomodoro
|
37
|
|
- #do not disturb
|
38
|
|
- #drop down terminal
|
39
|
34
|
- gnome-shell-extension-pixelsaver
|
40
|
35
|
- gnome-shell-extension-impactience
|
41
|
36
|
- gnome-shell-extension-no-annoyance
|
42
|
37
|
- gnome-shell-extension-top-icons-plus
|
43
|
38
|
become: true
|
44
|
|
-#}}}
|
45
|
|
-#APPLICATIONS{{{
|
|
39
|
+# }}}
|
|
40
|
+# APPLICATIONS{{{
|
46
|
41
|
- name: install anki
|
47
|
42
|
package: name='{{item}}'
|
48
|
43
|
tags: ['sys', 'app']
|
|
@@ -71,6 +66,14 @@
|
71
|
66
|
tags: ['sys', 'app']
|
72
|
67
|
become: true
|
73
|
68
|
|
|
69
|
+ - name: install owncloud
|
|
70
|
+ package: name='{{item}}'
|
|
71
|
+ tags: ['sys', 'app']
|
|
72
|
+ with_items:
|
|
73
|
+ - owncloud-client
|
|
74
|
+ - libgnome-keyring0
|
|
75
|
+ become: true
|
|
76
|
+
|
74
|
77
|
- name: install tlp
|
75
|
78
|
package: name='tlp'
|
76
|
79
|
tags: ['sys', 'app']
|
|
@@ -96,14 +99,6 @@
|
96
|
99
|
tags: ['sys', 'app']
|
97
|
100
|
become: true
|
98
|
101
|
|
99
|
|
- - name: install owncloud
|
100
|
|
- package: name='{{item}}'
|
101
|
|
- tags: ['sys', 'app']
|
102
|
|
- with_items:
|
103
|
|
- - owncloud-client
|
104
|
|
- - libgnome-keyring0
|
105
|
|
- become: true
|
106
|
|
-
|
107
|
102
|
- name: download zotero
|
108
|
103
|
unarchive: src='https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.44' dest='/opt/' remote_src=yes
|
109
|
104
|
tags: ['sys', 'app']
|
|
@@ -118,4 +113,4 @@
|
118
|
113
|
file: src='/opt/Zotero_linux-x86_64/zotero.desktop' dest='/usr/share/applications/zotero.desktop' state='link' force=yes
|
119
|
114
|
tags: ['sys', 'app']
|
120
|
115
|
become: true
|
121
|
|
-#}}}
|
|
116
|
+# }}}
|