lmn-client/fvs-desktop.yml
Andreas B. Mundt 98cfd86b01 Add packages.
2022-03-13 10:27:15 +01:00

43 lines
830 B
YAML

## This playbook deploys a FvS desktop machine.
---
- name: apply configuration to the machines
hosts: all
remote_user: ansible
become: yes
vars:
extra_pkgs:
- webext-privacy-badger
- webext-ublock-origin
- vim
- emacs
- vlc
- gimp
- inkscape
- bluefish
- git
- mc
- tmux
- wireshark
- nmap
- netcat-openbsd
- net-tools
- ghex
- thonny
- mu-editor
- dia
- vym
- tree
- console-setup
- virt-manager
- libreoffice-l10n-de
extra_pkgs_bpo: [] # [ linux-image-amd64 ] # [ libreoffice ]
ansible_python_interpreter: "/usr/bin/python3"
roles:
- up2date-debian
- fvs-sssd
- fvs-mount
- fvs-client
## Choose either gnome or KDE:
- gnome
#- kde