-
Notifications
You must be signed in to change notification settings - Fork 3
/
escritorio.yml
76 lines (57 loc) · 1.96 KB
/
escritorio.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
---
- hosts: escritorio
tasks:
# TODO:
# template para /etc/systemd/timesyncd.conf poner los servidores NTP
# sudo service systemd-timesyncd restart
- include_tasks: tasks/paquetes_de_escritorio.yml
tags: [ escritorio ]
- include_tasks: tasks/instala_zoom.yml
tags: [ zoom ]
- include_tasks: tasks/instala_ffmpeg.yml
tags: [ ffmpeg, video ]
# FIXME: en 22.04 se debe insatalar ntfs-3g que requiere fuse3 y elimina fuse
# - include_tasks: tasks/sshfs-fuse.yml
# tags: [ escritorio ]
- include_tasks: tasks/instala_snap.yml
tags:
- escritorio
- snap
- include_tasks: tasks/dev_eclipse.yml
tags:
- escritorio
- eclipse
- include_tasks: tasks/dev_netbeans.yml
tags:
- escritorio
- netbeans
- include_tasks: tasks/instala_telegram_desktop.yml
tags:
- escritorio
- telegram_desktop
- include_tasks: tasks/instala_slack.yml
tags:
- escritorio
- slack
- include_tasks: tasks/instala_bitwarden.yml
tags:
- escritorio
- bitwarden
# Microsoft VisualStudio Code es version privativa, usaba VSCodium, el fork libre, me canse de los plugins que solo funcionan en vscode
- include_tasks: tasks/instala_microsoft_visualstudio_code.yml
tags:
- escritorio
- microsoft_visualstudio_code
# - include_tasks: tasks/instala_codium.yml
# tags:
# - escritorio
# - codium
- include_tasks: tasks/instala_rambox.yml
tags: [ rambox ]
#- include_tasks: tasks/liveusb-multiboot.yml # no funciona correctamente sobre ubuntu 18.04 (2019/02/06)
#tags: [ multiboot ]
# FIXME: 2022-05-22 no hay unetbootin todavia en el repo ppa
- include_tasks: tasks/unetbootin.yml
when: ansible_distribution == "Ubuntu" and ansible_distribution_version is version('22.04', operator='lt', strict=True)
tags: [ unetbootin ]
#- include_tasks: tasks/instala_emulador_3270.yml # se usa para conectarse a minis y mainframes IBM