Add extra package selection.

This commit is contained in:
Andreas B. Mundt 2018-06-09 19:48:41 +03:00
parent 2c4ef85dca
commit 9010cf710b
3 changed files with 26 additions and 6 deletions

View file

@ -2,13 +2,18 @@
# This playbook deploys a kiosk-computer
- name: apply configuration to the machines
hosts: kiosk-computers
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