summaryrefslogtreecommitdiffstats
path: root/tools-extended/tasks/main.yml
blob: 2f799e601f769c1033f714209e87a96c0e81175f (plain) (blame)
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
---
- name: Install extended packages for bwLehrpool without recommended packages
  apt:
    name: "{{ extended_packages }}"
    state: present
    install_recommends: no
  vars:
    extended_packages:
      - dbus-user-session
      - dconf-editor
      - ddcutil
      - firefox
      - firefox-locale-de
      - gedit
      - gimp
      - gimp-help-de
      - gfortran
      - glib-networking
      - gnuplot
      - gnuplot-x11
      - gperf
      - gvfs
      - gvfs-libs
      - hunspell-de-de
      - hyphen-de
      - hyphen-en-us
      - inkscape
      - intltool
      - kile
      - kmouth
      - libreoffice
      - libreoffice-l10n-de
      - libreoffice-help-de
      - libreoffice-gtk2
      - libreoffice-gtk3
      - mc
      - mythes-de
      - mythes-en-us
      - nfs-common
      - okular
      - okular-extra-backends
      - quassel-client
      - r-base
      - samba
      - screen
      - scribus
      - smbnetfs
      - sound-icons
      - sox
      - squashfs-tools
      - sshfs
      - sysfsutils
      - tcsh
      - texlive
      - texlive-full
      - texlive-lang-german
      - texlive-science
      - texstudio
      - tmux
      - tree
      - ubuntustudio-fonts
      - unrar
      - vlan
      - vlc
      - winbind
      - wngerman
      - wogerman
      - wswiss
      - xsltproc
      - zlib1g
      - ioquake3
      - openarena
      - openarena-server
      - wine-stable
      - catfish
      - language-pack-gnome-de
      - gnome-icon-theme-symbolic
      - hplip
      - lm-sensors

- name: Install extended packages for bwLehrpool with recommended packages
  apt:
    name: "{{ extended_packages_recommended }}"
    state: present
  vars:
    extended_packages_recommended:
      - openttd

- name: Install external deb packages
  apt:
    deb: https://sourceforge.net/projects/virtualgl/files/2.6.5/virtualgl_2.6.5_amd64.deb/download