-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.yml
87 lines (84 loc) · 1.91 KB
/
local.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
- hosts: localhost
become: true
tasks:
- name: Add repositories
apt_repository:
repo: "{{ item }}"
state: present
update_cache: yes
with_items:
- "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
- "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- "ppa:webupd8team/java"
- "deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_{{ ansible_distribution_version }}/ ./"
- "deb http://deb.playonlinux.com/ precise main"
- "ppa:gregory-hainaut/pcsx2.official.ppa"
- "ppa:nathan-renniewaldock/flux"
- "ppa:dolphin-emu/ppa"
- "ppa:mdeguzis/libregeek"
- name: Remove packages
package:
state: absent
name: "{{ item }}"
with_items:
- aisleriot
- firefox
- gnome-color-manager
- gnome-mahjongg-
- gnome-maps-
- gnome-mines
- gnome-orca
- gnome-photos
- gnome-power-manager
- gnome-sudoku
# - '^libreoffice*'
- rhythmbox
- simple-scan
- name: Install packages
package:
state: present
name: "{{ item }}"
with_items:
- antimicro
- app-install-data-partner
- apt-transport-https
- arc-theme
- baobab
- bsdutils
- budgie-desktop-environment
- budgie-dropby-applet
# - aws-cli
- code
- digikam
- docker.io
- dolphin-emu
- evince
- exiftool
- fdisk
- file-roller
- fonts-noto-color-emoji
- fluxgui
- galculator
- git
- google-chrome-stable
- gnome-characters
- gnome-disk-utility
- gnome-screenshot
- gnome-system-monitor
- gstreamer1.0-fluendo-mp3
- gstreamer1.0-libav
- gstreamer1.0-plugins-ugly
- gstreamer1.0-vaapi
- gthumb
- jq
- jstest-gtk
- libdvdread4
- lutris
- minidlna
- oracle-java8-installer
# - pcsx2
- retroarch
- steam
- vagrant
- virtualbox
- winbind