forked from infra/ansible
xrdp_apphost: Added ansible hint to all templates
This commit is contained in:
parent
bd96df2eb0
commit
7c40f82c6c
@ -1,3 +1,5 @@
|
|||||||
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
export WINEPREFIX=~/.wine32
|
export WINEPREFIX=~/.wine32
|
||||||
xfwm4 &
|
xfwm4 &
|
||||||
exec wine "/home/{{ estlcam_user }}/.wine32/drive_c/Program Files/Estlcam11/Estlcam.exe"
|
exec wine "/home/{{ estlcam_user }}/.wine32/drive_c/Program Files/Estlcam11/Estlcam.exe"
|
@ -1,2 +1,4 @@
|
|||||||
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
matchbox-window-manager &
|
matchbox-window-manager &
|
||||||
exec /home/{{ lightburn_user }}/.local/share/LightBurn/LightBurn
|
exec /home/{{ lightburn_user }}/.local/share/LightBurn/LightBurn
|
@ -1,3 +1,5 @@
|
|||||||
|
{{ ansible_managed | comment(decoration = '; ') }}
|
||||||
|
|
||||||
;; See `man 5 sesman.ini` for details
|
;; See `man 5 sesman.ini` for details
|
||||||
|
|
||||||
[Globals]
|
[Globals]
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sample configuration file for the Samba suite for Debian GNU/Linux.
|
# Sample configuration file for the Samba suite for Debian GNU/Linux.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
xhost si:localuser:{{ lightburn_user }}
|
xhost si:localuser:{{ lightburn_user }}
|
||||||
xhost si:localuser:{{ estlcam_user }}
|
xhost si:localuser:{{ estlcam_user }}
|
||||||
xfwm4 &
|
xfwm4 &
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{{ ansible_managed | comment(decoration = '; ') }}
|
||||||
|
|
||||||
[Globals]
|
[Globals]
|
||||||
; xrdp.ini file version number
|
; xrdp.ini file version number
|
||||||
ini_version=1
|
ini_version=1
|
||||||
|
Loading…
Reference in New Issue
Block a user