---
# This playbook deploys a kiosk-computer

- name: apply configuration to the machines
  hosts: all
  remote_user: ansible
  become: yes
  vars:
    extra_pkgs:
      - vim
      - git
      - mc
      - tmux
      - nmap
      - netcat-openbsd
      - net-tools
      - tree
      - console-setup
      - virt-manager
    extra_pkgs_bpo: [ linux-image-amd64 ]  # [ libreoffice ]

  roles:
    - up2date-debian
    ## Choose either gnome or KDE:
    - fvs-mkhome