diff --git a/roles/xrdp_apphost/templates/estlcam_xsession.j2 b/roles/xrdp_apphost/templates/estlcam_xsession.j2 index 9b04904..811185e 100644 --- a/roles/xrdp_apphost/templates/estlcam_xsession.j2 +++ b/roles/xrdp_apphost/templates/estlcam_xsession.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + export WINEPREFIX=~/.wine32 xfwm4 & exec wine "/home/{{ estlcam_user }}/.wine32/drive_c/Program Files/Estlcam11/Estlcam.exe" \ No newline at end of file diff --git a/roles/xrdp_apphost/templates/lightburn_xsession.j2 b/roles/xrdp_apphost/templates/lightburn_xsession.j2 index 3470fcc..64b3107 100644 --- a/roles/xrdp_apphost/templates/lightburn_xsession.j2 +++ b/roles/xrdp_apphost/templates/lightburn_xsession.j2 @@ -1,2 +1,4 @@ +{{ ansible_managed | comment }} + matchbox-window-manager & exec /home/{{ lightburn_user }}/.local/share/LightBurn/LightBurn \ No newline at end of file diff --git a/roles/xrdp_apphost/templates/sesman.ini.j2 b/roles/xrdp_apphost/templates/sesman.ini.j2 index 6fb8cd1..24b32b5 100644 --- a/roles/xrdp_apphost/templates/sesman.ini.j2 +++ b/roles/xrdp_apphost/templates/sesman.ini.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment(decoration = '; ') }} + ;; See `man 5 sesman.ini` for details [Globals] diff --git a/roles/xrdp_apphost/templates/smb.conf.j2 b/roles/xrdp_apphost/templates/smb.conf.j2 index 58a472d..b9d0164 100644 --- a/roles/xrdp_apphost/templates/smb.conf.j2 +++ b/roles/xrdp_apphost/templates/smb.conf.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + # # Sample configuration file for the Samba suite for Debian GNU/Linux. # diff --git a/roles/xrdp_apphost/templates/tsadmin_xsession.j2 b/roles/xrdp_apphost/templates/tsadmin_xsession.j2 index 93987e4..111e7d7 100644 --- a/roles/xrdp_apphost/templates/tsadmin_xsession.j2 +++ b/roles/xrdp_apphost/templates/tsadmin_xsession.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + xhost si:localuser:{{ lightburn_user }} xhost si:localuser:{{ estlcam_user }} xfwm4 & diff --git a/roles/xrdp_apphost/templates/xrdp.ini.j2 b/roles/xrdp_apphost/templates/xrdp.ini.j2 index 5a8be61..498f87b 100644 --- a/roles/xrdp_apphost/templates/xrdp.ini.j2 +++ b/roles/xrdp_apphost/templates/xrdp.ini.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment(decoration = '; ') }} + [Globals] ; xrdp.ini file version number ini_version=1