@@ -0,0 +1,9 @@ | |||||
--- | |||||
# tasks file for desktop-audio | |||||
- name: audio packages | |||||
apt: | |||||
pkg: | |||||
- pavucontrol | |||||
- pasystray | |||||
- audacity |
@@ -1,5 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop-audio | |||||
- name: install pavucontrol | |||||
apt: name=pavucontrol state=latest |
@@ -0,0 +1,18 @@ | |||||
--- | |||||
# https://wiki.debian.org/BluetoothUser#Preparation | |||||
- name: bluetooth system packages | |||||
apt: | |||||
pkg: bluetooth | |||||
- name: enable bluetooth service | |||||
service: | |||||
name: bluetooth | |||||
enabled: yes | |||||
state: started | |||||
- name: bluetooth gui packages | |||||
apt: | |||||
pkg: | |||||
- blueman |
@@ -1,13 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop-bluetooth | |||||
# https://wiki.debian.org/BluetoothUser#Preparation | |||||
- name: install bluetooth support | |||||
apt: name=bluetooth state=latest | |||||
- name: enable bluetooth service | |||||
service: name=bluetooth enabled=yes state=started | |||||
- name: install bluedevil (for KDE) | |||||
apt: name=bluedevil state=latest |
@@ -0,0 +1,9 @@ | |||||
--- | |||||
- name: install editors | |||||
apt: | |||||
pkg: | |||||
- vim-gtk | |||||
- import_role: | |||||
name: atom_editor |
@@ -0,0 +1,11 @@ | |||||
--- | |||||
- name: graphic editors packages | |||||
apt: | |||||
pkg: | |||||
- gimp | |||||
- gimp-help-de | |||||
- inkscape | |||||
- gthumb | |||||
- krita | |||||
- krita-l10n |
@@ -1,5 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop | |||||
- name: install gvim | |||||
apt: name=vim-gtk state=latest |
@@ -1,15 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop | |||||
- name: install kde desktop | |||||
apt: name={{ item }} state=latest | |||||
with_items: | |||||
- task-kde-desktop | |||||
- task-german | |||||
- task-german-desktop | |||||
- kde-l10n-de | |||||
- kio-mtp | |||||
- gwenview | |||||
- kipi-plugins | |||||
- kde-config-gtk-style | |||||
- qtcurve |
@@ -1,6 +0,0 @@ | |||||
--- | |||||
- name: install libreoffice | |||||
apt: pkg={{item}} state=latest | |||||
with_items: | |||||
- libreoffice | |||||
- libreoffice-l10n-de |
@@ -0,0 +1,7 @@ | |||||
--- | |||||
- name: thunderbird | |||||
apt: | |||||
pkg: | |||||
- thunderbird | |||||
- thunderbird-l10n-de |
@@ -1,10 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop | |||||
- name: install icedove | |||||
apt: name={{ item }} state=latest | |||||
with_items: | |||||
- icedove | |||||
- icedove-l10n-de | |||||
@@ -0,0 +1,16 @@ | |||||
--- | |||||
- import_role: | |||||
name: basic_desktop | |||||
- import_role: | |||||
name: libreoffice | |||||
- import_tasks: xfce.yaml | |||||
- import_tasks: audio.yaml | |||||
- import_tasks: bluetooth.yaml | |||||
- import_tasks: editors.yaml | |||||
- import_tasks: graphic.yaml | |||||
- import_tasks: mail.yaml | |||||
- import_tasks: scanner.yaml | |||||
- import_tasks: multimedia.yaml |
@@ -1,16 +0,0 @@ | |||||
--- | |||||
# tasks file for desktop | |||||
- include_role: | |||||
name: basic_desktop | |||||
- include: kde.yml | |||||
- include: libreoffice.yml | |||||
- include: audio.yml | |||||
- include: bluetooth.yml | |||||
- include: gvim.yml | |||||
#- include: youtube-dl.yml | |||||
- include: voip-client.yml | |||||
- include: mail.yml | |||||
- include: scanner.yml |
@@ -0,0 +1,11 @@ | |||||
--- | |||||
- name: multimedia packages | |||||
apt: | |||||
pkg: | |||||
- vlc | |||||
- vlc-l10n | |||||
- libdvd-pkg | |||||
- libdvdread4 | |||||
- openshot | |||||
- openshot-doc |
@@ -1,9 +1,6 @@ | |||||
--- | --- | ||||
# tasks file for desktop | |||||
- name: install scan software | |||||
apt: name={{ item }} state=latest | |||||
with_items: | |||||
- simple-scan | |||||
- name: scan packages | |||||
apt: | |||||
pkg: | |||||
- simple-scan |
@@ -1,4 +0,0 @@ | |||||
#- name: install sflphone | |||||
# apt: | |||||
# name: sflphone-kde | |||||
# state: present |
@@ -1,4 +0,0 @@ | |||||
--- | |||||
# tasks file for web-dev-browser | |||||
- name: uninstall xul-ext-greasemonkey | |||||
apt: name=xul-ext-greasemonkey state=absent |
@@ -0,0 +1,32 @@ | |||||
--- | |||||
# tasks file for desktop | |||||
- name: xfce 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 |
@@ -1,3 +0,0 @@ | |||||
--- | |||||
- name: install xpra | |||||
apt: pkg=xpra state=latest |
@@ -1,6 +0,0 @@ | |||||
--- | |||||
# tasks file for youtube-dl | |||||
- name: install youtube-dl package | |||||
apt: name=youtube-dl state=latest | |||||
- name: download latest youtube-dl | |||||
get_url: url=https://yt-dl.org/downloads/latest/youtube-dl dest=/usr/local/bin/youtube-dl mode=755 |