Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-desktop
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
rename tasks and add packages
master
Markus Katharina Brechtel
4 anos atrás
pai
cdeb3c472a
commit
2cc4cc8464
13 arquivos alterados
com
37 adições
e
39 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-3
tasks/audio.yaml
+2
-14
tasks/bluetooth.yaml
+1
-2
tasks/editors.yaml
+13
-0
tasks/filesystem.yaml
+3
-2
tasks/graphic.yaml
+1
-2
tasks/mail.yaml
+1
-3
tasks/main.yaml
+1
-1
tasks/mindmap.yaml
+1
-2
tasks/multimedia.yaml
+1
-1
tasks/notifications.yaml
+5
-0
tasks/office.yaml
+2
-2
tasks/scanner.yaml
+0
-7
tasks/xfce.yaml
+ 6
- 3
tasks/audio.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -1,6 +1,5 @@
---
- name: install editors
- name: desktop editor packages
apt:
pkg:
- vim-gtk
+ 13
- 0
tasks/filesystem.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -1,6 +1,5 @@
---
- name: thunderbird
- name: desktop mail client packages
apt:
pkg:
- thunderbird
+ 1
- 3
tasks/main.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -1,4 +1,4 @@
---
- name: mindmapping software
- name:
desktop
mindmapping software
packages
apt:
pkg: vym
+ 1
- 2
tasks/multimedia.yaml
Ver arquivo
@@ -1,6 +1,5 @@
---
- name: multimedia packages
- name: desktop multimedia packages
apt:
pkg:
- vlc
+ 1
- 1
tasks/notifications.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -0,0 +1,5 @@
---
- name: desktop office packages
apt:
pkg:
- evince
+ 2
- 2
tasks/scanner.yaml
Ver arquivo
@@ -1,6 +1,6 @@
---
- name: scan packages
- name: desktop scanner packages
apt:
pkg:
- simple-scan
- gscan2pdf
+ 0
- 7
tasks/xfce.yaml
Ver arquivo
@@ -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