„gtc-x11vnc.yml“ hinzufügen
This commit is contained in:
parent
e4cba0095b
commit
ce9f168841
22
gtc-x11vnc.yml
Normal file
22
gtc-x11vnc.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
- name: GTC Desktopfreigabe
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: gtc-x11vnc
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.sh
|
||||||
|
dest: /usr/local/bin/gtc-x11vnc.sh
|
||||||
|
mode: 0555
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
force: yes
|
||||||
|
backup: yes
|
||||||
|
|
||||||
|
- name: gtc-x11vnc startmenu
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.desktop
|
||||||
|
dest: /usr/share/applications/gtc-x11vnc.desktop
|
||||||
|
mode: 0444
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
force: yes
|
Loading…
Reference in New Issue
Block a user