trixie/kiosk.yml

17 lines
304 B
YAML
Raw Normal View History

2018-05-31 18:24:15 +03:00
---
# This playbook deploys a kiosk-computer
- name: apply configuration to the machines
hosts: kiosk-computers
remote_user: ansible
become: yes
vars:
auto_user: debi
2018-06-07 23:51:55 +03:00
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
2018-05-31 18:24:15 +03:00
roles:
- up2date-debian
- gnome
- kiosk