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