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

15 lines
281 B
YAML

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