added meta for galaxy

This commit is contained in:
Alex Kretzschmar 2018-08-08 15:41:29 +01:00
parent 4f3cf9eaab
commit 03d06024bb

48
meta/main.yml Normal file
View File

@ -0,0 +1,48 @@
---
galaxy_info:
author: Alex Kretzschmar
description: Adds users to a Linux system
issue_tracker_url: https://github.com/ironicbadger/ansible-role-create-users/issues
license: GPLv2
min_ansible_version: 2.4
platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- any
- name: Fedora
versions:
- all
- name: opensuse
versions:
- all
- name: Amazon
versions:
- all
- name: GenericBSD
versions:
- all
- any
- name: FreeBSD
versions:
- all
- name: Ubuntu
versions:
- all
- name: SLES
versions:
- all
- name: GenericLinux
versions:
- all
- any
- name: Debian
versions:
- all
categories:
- system
- web
dependencies: []