Updated tempalte and variable
parent
1fded714c4
commit
fb2423f2a8
2
inv.yml
2
inv.yml
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Reference in New Issue