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

Add meta info

This commit is contained in:
L3D 2020-08-28 13:41:12 +02:00 committed by L3D
parent 985fe96b0a
commit d821e78e75
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

25
meta/main.yml Normal file
View file

@ -0,0 +1,25 @@
---
galaxy_info:
author: L3D
description: Ansible role to install some base packages and make some base configuration on all common linux systems
role_name: base
license: MIT
min_ansible_version: 2.6
github_branch: master
platforms:
- name: Archlinux
versions: all
- name: Debian
versions: all
- name: Ubuntu
versions: all
- name: Fedora
versions: all
- name: EL
versions: all
galaxy_tags:
- base
- packages
- default
- linux
dependencies: []