Clean up FvS playbooks and add VM server playbook.

This commit is contained in:
Andreas B. Mundt 2021-10-14 19:13:03 +02:00
parent 42d3fa4c25
commit 080356bfa4
4 changed files with 30 additions and 27 deletions

View file

@ -1,42 +0,0 @@
---
# This playbook deploys a kiosk-computer
- 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
- thonny
- mu-editor
- dia
- vym
- tree
- console-setup
- virt-manager
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