Configure KDE, move package installation to extra role.
This commit is contained in:
parent
0828e77e7b
commit
0cc41715d8
8 changed files with 87 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
## This playbook deploys a FvS desktop machine for LinuxMuster.
|
||||
## This playbook deploys a FvS KDE desktop machine for LinuxMuster.
|
||||
---
|
||||
- name: apply configuration to the machines
|
||||
hosts: all
|
||||
|
@ -16,50 +16,21 @@
|
|||
vars:
|
||||
domain: "pn.steinbeis.schule"
|
||||
extra_pkgs:
|
||||
- thunderbird-l10n-de
|
||||
- webext-privacy-badger
|
||||
- webext-ublock-origin
|
||||
- vim
|
||||
- emacs
|
||||
- elpa-magit
|
||||
- elpa-color-theme-modern
|
||||
- vlc
|
||||
- gimp
|
||||
- inkscape
|
||||
- flameshot
|
||||
- bluefish
|
||||
- git
|
||||
- gitk
|
||||
- gitg
|
||||
- mc
|
||||
- tmux
|
||||
- wireshark
|
||||
- nmap
|
||||
- netcat-openbsd
|
||||
- net-tools
|
||||
- ghex
|
||||
- thonny
|
||||
- spyder
|
||||
- mu-editor
|
||||
- dia
|
||||
- vym
|
||||
- tree
|
||||
- console-setup
|
||||
- virt-manager
|
||||
- libreoffice-l10n-de
|
||||
- krb5-user
|
||||
- unattended-upgrades
|
||||
extra_pkgs_bpo: [ libreoffice ] # [ linux-image-amd64 ] # [ libreoffice ]
|
||||
extra_pkgs_bpo: [] # [ linux-image-amd64 ] # [ libreoffice ]
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
roles:
|
||||
## Choose either gnome or KDE:
|
||||
#- gnome
|
||||
- kde
|
||||
- up2date_debian
|
||||
- lmn-sssd
|
||||
- lmn-mount
|
||||
# - fvs-client
|
||||
- lmn_sssd
|
||||
- lmn_mount
|
||||
- kde
|
||||
- lmn_kde
|
||||
|
||||
tasks:
|
||||
- name: Add local user 'virti' in the 'libvirt' group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue