lmn-client/kiosk.yml
2018-06-09 12:09:08 +03:00

16 lines
304 B
YAML

---
# This playbook deploys a kiosk-computer
- name: apply configuration to the machines
hosts: kiosk-computers
remote_user: ansible
become: yes
vars:
auto_user: debi
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
roles:
- up2date-debian
- gnome
- kiosk