1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rustdesk.git synced 2024-08-16 10:19:48 +02:00

Update README.md

Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
L3D 2024-02-18 17:55:50 +01:00 committed by GitHub
parent 97633c1f10
commit c094ea8813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,40 @@
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.rustdesk.svg)](https://galaxy.ansible.com/ui/standalone/roles/l3d/rustdesk/)
[![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.rustdesk_license.svg)](LICENSE)
[![MIT](https://ansible.l3d.space/svg/l3d.rustdesk_license.svg)](LICENSE)
[![Maintainance](https://ansible.l3d.space/svg/l3d.rustdesk_maintainance.svg)](https://ansible.l3d.space/#l3d.rustdesk)
ansible_role_template
=======================
Ansible role to install a selfhosted rustdesk-server.
DOCS: https://rustdesk.com/docs/en/self-host/
Core Ports:
TCP 21115-21117
UDP 21116
WORK IN PROGRESS!
## Variables:
```yml
---
rustdesk__version: 'latest'
rustdesk__user: 'rustdesk'
rustdesk__group: "{{ rustdesk__user }}"
rustdesk__home: '/var/lib/rustdesk'
rustdesk__user_home: "{{ rustdesk__home }}"
rustdesk__ignore_version_mismatch: false
rustdesk__require_key: true
rustdesk__relay_server_domain: "{{ ansible_fqdn }}"
rustdesk__relay_server_port: '21117'
rustdesk__signal_server_port: '21116'
rustdesk__hbbr_executable_path: '/usr/local/bin/hbbr'
rustdesk__hbbs_executable_path: '/usr/local/bin/hbbs'
rustdesk__rustdesk_utils_executable_path: '/usr/local/bin/rustdesk-utils'
# should we do a version check? (recomended)
submodules_versioncheck: false
```
# TODOs
+ Create more fancy DOCs
+ Create logos on ansible.l3d.space