Init fvs branch with LDAP auth and mk-homedir.

This commit is contained in:
Andreas B. Mundt 2020-11-28 09:23:44 +01:00
parent 9264deb90d
commit ddb8ff11d3
5 changed files with 93 additions and 0 deletions

23
kiosk_mkhome.yml Normal file
View file

@ -0,0 +1,23 @@
---
# 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
extra_pkgs_bpo: [] # [ libreoffice ]
roles:
- up2date-debian
## Choose either gnome or KDE:
- gnome
#- kde
- kiosk
- fvs-client-mkhome