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:
commit
b0e55aea7f
1 changed files with 22 additions and 0 deletions
22
meta/main.yml
Normal file
22
meta/main.yml
Normal 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: []
|
Loading…
Reference in a new issue