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

Create ansible meta infos

This commit is contained in:
L3D 2024-02-18 18:00:56 +01:00
parent 3ac7a2bb01
commit 11a17d4582
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

22
meta/main.yml Normal file
View file

@ -0,0 +1,22 @@
---
galaxy_info:
role_name: rustdesk
author: l3d
description: Ansible role to install and configure rustdesk-server.
license: "MIT"
min_ansible_version: "2.16"
platforms:
- name: Debian
versions: ['all']
- name: Ubuntu
versions: ['all']
- name: Fedora
versions: ['all']
- name: EL
versions: ['all']
galaxy_tags:
- rustdesk
- remote
- server
- linux
dependencies: []