lmn-client/fvs-client.yml
Andreas B. Mundt 7238875d0c Further split roles. Mount user home on the clients (sshfs).
The following roles are available:
 fvs-sssd
   Configures LDAP as ID and AUTH provider using sssd.
 fvs-mount
   Provides all private user directories on login with pam_mount.

Machines provided so far are:
  The server providing the home directory: fvs-home.yml
  A standard client: fvs-client.yml
2020-12-18 09:28:26 +01:00

41 lines
727 B
YAML

---
# 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
- fvs-sssd
- fvs-mount
- fvs-client
## Choose either gnome or KDE:
- gnome
#- kde