Init fvs branch with LDAP auth and mk-homedir.
This commit is contained in:
parent
9264deb90d
commit
ddb8ff11d3
5 changed files with 93 additions and 0 deletions
23
kiosk_mkhome.yml
Normal file
23
kiosk_mkhome.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue