trixie/kiosk_mkhome.yml

44 lines
804 B
YAML
Raw Normal View History

---
# This playbook deploys a kiosk-computer
- name: apply configuration to the machines
hosts: all
remote_user: ansible
become: yes
vars:
auto_user: debi
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
extra_pkgs:
- webext-privacy-badger
- webext-ublock-origin
2020-12-02 13:03:44 +01:00
- 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 ]
roles:
- up2date-debian
## Choose either gnome or KDE:
- gnome
#- kde
- kiosk
- fvs-client-mkhome