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