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

Merge pull request #2 from roles-ansible/meta

Create ansible meta infos
This commit is contained in:
L3D 2024-02-18 18:02:41 +01:00 committed by GitHub
commit b0e55aea7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: []