Skip auto login user (kiosk mode), but keep useful tasks.
This commit is contained in:
parent
8aec6687d7
commit
b5f1e4b66f
3 changed files with 33 additions and 4 deletions
39
fvs_mkhome.yml
Normal file
39
fvs_mkhome.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
# 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 ]
|
||||
|
||||
roles:
|
||||
- up2date-debian
|
||||
## Choose either gnome or KDE:
|
||||
- gnome
|
||||
#- kde
|
||||
- fvs-client-mkhome
|
Loading…
Add table
Add a link
Reference in a new issue