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:
vars:
nocweburl: https://www.example.com/screen/
nocweburl: https://www.example.com/screen/?hostname=$(hostname -s)
ansible_user: pi
children:
prod:

View File

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