Remove unattended-upgrades and make local.yml a symlink.
This commit is contained in:
parent
c1b498c973
commit
f6471d8556
2 changed files with 2 additions and 23 deletions
|
@ -11,10 +11,9 @@
|
|||
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 ]
|
||||
extra_pkgs_bpo: [] # [ libreoffice ]
|
||||
|
||||
roles:
|
||||
- up2date-debian
|
||||
|
|
21
local.yml
21
local.yml
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
# This playbook deploys a kiosk-computer
|
||||
|
||||
- name: apply configuration to the machines
|
||||
hosts: localhost
|
||||
remote_user: root
|
||||
vars:
|
||||
deb_release: "buster"
|
||||
auto_user: debi
|
||||
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 ]
|
||||
|
||||
roles:
|
||||
- up2date-debian
|
||||
- gnome
|
||||
- kiosk
|
1
local.yml
Symbolic link
1
local.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
kiosk.yml
|
Loading…
Add table
Reference in a new issue