diff --git a/inv.yml b/inv.yml index d457b5f..c0f9919 100644 --- a/inv.yml +++ b/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: diff --git a/template/openbox-autostart.j2 b/template/openbox-autostart.j2 index 94978d2..cb1627b 100644 --- a/template/openbox-autostart.j2 +++ b/template/openbox-autostart.j2 @@ -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 &