From f6471d8556164aff8ad895acfe035d36fd1cc0a5 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Tue, 21 May 2019 19:14:21 +0300 Subject: [PATCH] Remove unattended-upgrades and make local.yml a symlink. --- kiosk.yml | 3 +-- local.yml | 22 +--------------------- 2 files changed, 2 insertions(+), 23 deletions(-) mode change 100644 => 120000 local.yml diff --git a/kiosk.yml b/kiosk.yml index b9cd5e3..9c56c8c 100644 --- a/kiosk.yml +++ b/kiosk.yml @@ -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 diff --git a/local.yml b/local.yml deleted file mode 100644 index cd01cab..0000000 --- a/local.yml +++ /dev/null @@ -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 diff --git a/local.yml b/local.yml new file mode 120000 index 0000000..ebbef3f --- /dev/null +++ b/local.yml @@ -0,0 +1 @@ +kiosk.yml \ No newline at end of file