Kaynağa Gözat

desktop package installation now is defined in general roles

master
ebeveyn
işleme
b7a6fb23d1
5 değiştirilmiş dosya ile 23 ekleme ve 84 silme
  1. +1
    -20
      tasks/desktop_apps.yaml
  2. +1
    -2
      tasks/main.yaml
  3. +0
    -11
      tasks/multimedia.yaml
  4. +21
    -0
      tasks/xfce-customization.yaml
  5. +0
    -51
      tasks/xfce.yaml

+ 1
- 20
tasks/desktop_apps.yaml Dosyayı Görüntüle

@@ -1,29 +1,10 @@
---

- import_role:
name: desktop_apps

- import_role:
name: libreoffice

- import_role:
name: firefox
name: desktop

- import_tasks: fotowall.yaml
when: install_fotowall

- import_tasks: cewe_fotobuch.yaml
when: install_cewe_fotobuch

- name: additional desktop apps
apt:
pkg:
- simple-scan
- gthumb
- krita
- krita-l10n
- gimp
- gimp-help-de
- audacity
- notify-osd
- catfish

+ 1
- 2
tasks/main.yaml Dosyayı Görüntüle

@@ -20,14 +20,13 @@

- import_tasks: clean.yaml

- import_tasks: xfce.yaml
- import_role:
name: screensaver
- import_tasks: backgrounds.yaml
- import_tasks: fonts.yaml

- import_tasks: desktop_apps.yaml
- import_tasks: multimedia.yaml
- import_tasks: xfce-customization.yaml

- import_tasks: media-access-bug.yaml



+ 0
- 11
tasks/multimedia.yaml Dosyayı Görüntüle

@@ -1,11 +0,0 @@
---

- name: multimedia packages
apt:
pkg:
- vlc
- vlc-l10n
- libdvd-pkg
- libdvdread4
- openshot
- openshot-doc

+ 21
- 0
tasks/xfce-customization.yaml Dosyayı Görüntüle

@@ -0,0 +1,21 @@
---

- name: xdg config
copy:
src: xdg/
dest: /etc/xdg/

- name: xfce panel config
template:
src: xfce4-panel.xml.j2
dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

- name: whiskermenu config
template:
src: whiskermenu-1.rc.j2
dest: /etc/xdg/xfce4/panel/whiskermenu-1.rc

- name: xfwm4 config
template:
src: xfwm4.xml.j2
dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml

+ 0
- 51
tasks/xfce.yaml Dosyayı Görüntüle

@@ -1,51 +0,0 @@
---

- name: desktop packages
apt:
pkg:
- xfce4
- task-desktop
- task-xfce-desktop
- task-german
- task-german-desktop
- dmz-cursor-theme
- gnome-brave-icon-theme
- gnome-dust-icon-theme
- gnome-human-icon-theme
- gnome-icon-theme
- gnome-icon-theme-gartoon
- gnome-icon-theme-nuovo
- gnome-icon-theme-suede
- gnome-icon-theme-yasis
- gnome-extra-icons
- gnome-illustrious-icon-theme
- gnome-noble-icon-theme
- gnome-wine-icon-theme
- gnome-wise-icon-theme
- xfonts-terminus
- gvfs
- gvfs-backends
- gvfs-bin
- gvfs-fuse
- zip
- unzip

- name: xdg config
copy:
src: xdg/
dest: /etc/xdg/

- name: xfce panel config
template:
src: xfce4-panel.xml.j2
dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

- name: whiskermenu config
template:
src: whiskermenu-1.rc.j2
dest: /etc/xdg/xfce4/panel/whiskermenu-1.rc

- name: xfwm4 config
template:
src: xfwm4.xml.j2
dest: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml

Yükleniyor…
İptal
Kaydet