Updated tempalte and variable

master
Gary 2022-01-09 20:50:32 +00:00
parent 1fded714c4
commit fb2423f2a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
all: all:
vars: vars:
nocweburl: https://www.example.com/screen/ nocweburl: https://www.example.com/screen/?hostname=$(hostname -s)
ansible_user: pi ansible_user: pi
children: children:
prod: prod:

View File

@ -9,6 +9,6 @@ chromium-browser \
--disable-suggestions-service \ --disable-suggestions-service \
--disable-save-password-bubble \ --disable-save-password-bubble \
--start-maximized \ --start-maximized \
--kiosk --app="{{ nocweburl }}?hostname=$(hostname -s)" & --kiosk --app="{{ nocweburl }}" &
# Unclutter # Unclutter
unclutter -idle 0 & unclutter -idle 0 &