trixie/local.yml

22 lines
452 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: localhost
remote_user: root
vars:
2019-04-01 11:47:55 +03:00
deb_release: "buster"
2018-05-31 18:24:15 +03:00
auto_user: debi
2018-06-07 23:51:55 +03:00
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
extra_pkgs:
- unattended-upgrades
- webext-privacy-badger
- webext-ublock-origin
extra_pkgs_bpo: [] # [ libreoffice ]
2018-06-07 23:51:55 +03:00
2018-05-31 18:24:15 +03:00
roles:
- up2date-debian
- gnome
- kiosk