-
Notifications
You must be signed in to change notification settings - Fork 0
/
ubuntu.yml
executable file
·70 lines (58 loc) · 1.77 KB
/
ubuntu.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
---
- name: Preparing Workstation
hosts: localhost
connection: local
tasks:
- name: Installing Linux Apps
become: true
apt:
name: '{{ item }}'
install_recommends: yes
state: present
loop:
- vim
- htop
- tree
- snapd
- gdebi
- remmina
- copyq
- flameshot
- curl
- vagrant
- tilix
- ubuntu-restricted-extras
- name: Downloading Vscode
get_url:
url: https://az764295.vo.msecnd.net/stable/ccbaa2d27e38e5afa3e5c21c1c7bef4657064247/code_1.62.3-1637137107_amd64.deb
dest: /tmp
mode: '0440'
- name: Install Vscode
command: dpkg -i /tmp/code_1.62.3-1637137107_amd64.deb
- name: Downloading Anydesk
get_url:
url: https://download.anydesk.com/linux/anydesk_6.1.1-1_amd64.deb
dest: /tmp
mode: '0440'
- name: Install Anydesk
command: gdebi -n /tmp/anydesk_6.1.1-1_amd64.deb
- name: Install SimpleScreenRecorder
command: snap install simplescreenrecorder
- name: Downloading Teamviewer
get_url:
url: https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.23.9_amd64.deb
dest: /tmp
mode: '0440'
- name: Install Team Viewer
command: dpkg -i /tmp/teamviewer_15.23.9_amd64.deb
- name: Configure vimrc for root
command: ./info.sh/
- name: Downloading Free Download Manager
get_url:
url: https://dn3.freedownloadmanager.org/6/latest/freedownloadmanager.deb
dest: /tmp
mod: '0440'
- name: Install Free Download Manager
dpkg_selections:
name: freedownloadmanager.deb
selection: install