Browse Source

rename tasks and add packages

master
parent
commit
2cc4cc8464
13 changed files with 37 additions and 39 deletions
  1. +6
    -3
      tasks/audio.yaml
  2. +2
    -14
      tasks/bluetooth.yaml
  3. +1
    -2
      tasks/editors.yaml
  4. +13
    -0
      tasks/filesystem.yaml
  5. +3
    -2
      tasks/graphic.yaml
  6. +1
    -2
      tasks/mail.yaml
  7. +1
    -3
      tasks/main.yaml
  8. +1
    -1
      tasks/mindmap.yaml
  9. +1
    -2
      tasks/multimedia.yaml
  10. +1
    -1
      tasks/notifications.yaml
  11. +5
    -0
      tasks/office.yaml
  12. +2
    -2
      tasks/scanner.yaml
  13. +0
    -7
      tasks/xfce.yaml

+ 6
- 3
tasks/audio.yaml View File

@@ -1,8 +1,11 @@
---
# tasks file for desktop-audio

- name: audio packages
- name: desktop audio packages
apt:
pkg:
- audacity
- sound-juicer
- pulseaudio
- pavucontrol
- pasystray
- pavumeter
- paprefs

+ 2
- 14
tasks/bluetooth.yaml View File

@@ -1,18 +1,6 @@
---

# 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
- name: desktop bluetooth packages
apt:
pkg:
- bluetooth
- blueman

+ 1
- 2
tasks/editors.yaml View File

@@ -1,6 +1,5 @@
---

- name: install editors
- name: desktop editor packages
apt:
pkg:
- vim-gtk


+ 13
- 0
tasks/filesystem.yaml View File

@@ -0,0 +1,13 @@
---
- name: desktop filesystem packages
apt:
pkg:
- gvfs
- gvfs-backends
- gvfs-bin
- gvfs-fuse
- zip
- unzip
- baobab
- thunar
- catfish

+ 3
- 2
tasks/graphic.yaml View File

@@ -1,6 +1,5 @@
---

- name: graphic editors packages
- name: desktop graphic packages
apt:
pkg:
- gimp
@@ -9,3 +8,5 @@
- gthumb
- krita
- krita-l10n
- eog
- xfce4-screenshooter

+ 1
- 2
tasks/mail.yaml View File

@@ -1,6 +1,5 @@
---

- name: thunderbird
- name: desktop mail client packages
apt:
pkg:
- thunderbird


+ 1
- 3
tasks/main.yaml View File

@@ -1,8 +1,5 @@
---

- import_role:
name: basic_desktop

- import_role:
name: firefox

@@ -13,6 +10,7 @@
name: libreoffice

- import_tasks: xfce.yaml
- import_tasks: filesystem.yaml
- import_tasks: audio.yaml
- import_tasks: bluetooth.yaml
- import_tasks: editors.yaml


+ 1
- 1
tasks/mindmap.yaml View File

@@ -1,4 +1,4 @@
---
- name: mindmapping software
- name: desktop mindmapping software packages
apt:
pkg: vym

+ 1
- 2
tasks/multimedia.yaml View File

@@ -1,6 +1,5 @@
---

- name: multimedia packages
- name: desktop multimedia packages
apt:
pkg:
- vlc


+ 1
- 1
tasks/notifications.yaml View File

@@ -4,7 +4,7 @@
apt:
pkg: notify-osd

- name: dunst package absent
- name: ensure dunst package is absent
apt:
pkg: dunst
state: absent

+ 5
- 0
tasks/office.yaml View File

@@ -0,0 +1,5 @@
---
- name: desktop office packages
apt:
pkg:
- evince

+ 2
- 2
tasks/scanner.yaml View File

@@ -1,6 +1,6 @@
---

- name: scan packages
- name: desktop scanner packages
apt:
pkg:
- simple-scan
- gscan2pdf

+ 0
- 7
tasks/xfce.yaml View File

@@ -19,10 +19,3 @@
- gnome-noble-icon-theme
- gnome-wine-icon-theme
- gnome-wise-icon-theme
- xfonts-terminus
- gvfs
- gvfs-backends
- gvfs-bin
- gvfs-fuse
- zip
- unzip