Compare commits

..

No commits in common. "testing" and "prod" have entirely different histories.

4 changed files with 6 additions and 12 deletions

View file

@ -1,7 +1,7 @@
role-rustdesk
=========
This role installs and configures the rustdesk backend server
A brief description of the role goes here.
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:rustdesk:v1.0:workload,rustdesk
role:rustdesk:testing:workload,rustdesk
role:mount:v1.0:core,mount
role:mount:testing:core,mount
License
-------

View file

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

View file

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

View file

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