lmn-client/kiosk.yml
2018-06-09 19:48:41 +03:00

21 lines
406 B
YAML

---
# 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:
- unattended-upgrades
- xul-ext-ublock-origin
extra_pkgs_bpo:
- libreoffice
roles:
- up2date-debian
- gnome
- kiosk