Compare commits

..

2 commits

Author SHA1 Message Date
3fe1592e17 install rustdesk server 2025-08-01 18:08:38 -05:00
29947956ab updated names 2025-08-01 17:42:01 -05:00
4 changed files with 12 additions and 6 deletions

View file

@ -1,7 +1,7 @@
role-rustdesk
=========
A brief description of the role goes here.
This role installs and configures the rustdesk backend server
Requirements
------------
@ -23,8 +23,8 @@ Example Playbook Template
Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries:
role:mount:v1.0:core,mount
role:mount:testing:core,mount
role:rustdesk:v1.0:workload,rustdesk
role:rustdesk:testing:workload,rustdesk
License
-------

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for ${REPO_NAME}
# handlers file for role-rustdesk

View file

@ -1,3 +1,8 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for ${REPO_NAME}
# tasks file for role-rustdesk
- name: install rustdesk
ansible.builtin.package:
name:
- rustdesk-server
state: present

View file

@ -1,3 +1,4 @@
#SPDX-License-Identifier: MIT-0
---
# vars file for ${REPO_NAME}
# vars file for role-rustdesk