Skip to content

Commit

Permalink
Merge pull request #1 from roles-ansible/DO1JLR-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DO1JLR committed Feb 18, 2024
2 parents 97633c1 + c094ea8 commit 3ac7a2b
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ac7a2b

Please sign in to comment.