1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Add Ansible Role to galaxy

This commit is contained in:
L3D 2020-01-15 21:57:15 +01:00
parent 6283a323dc
commit cc40bd5415
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 27 additions and 1 deletions

View file

@ -16,7 +16,8 @@ This anisble role should be executet on ``localhost``.
**Without ansible galaxy:**
Add this role to your roles as ``ansible_version``.
Add this role to your roles as ``ansible_version``. *Example:*
```bash
git clone https://github.com/chaos-bodensee/role-ansible_version.git roles/ansible_version
```

25
meta/main.yml Normal file
View file

@ -0,0 +1,25 @@
---
galaxy_info:
author: L3D
description: Make sure you are only executing ansible with at least a specific ansible version.
license: "MIT"
min_ansible_version: 2.9
github_branch: master
role_name: ansible_version
platforms:
- name: Archlinux
versions: all
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- all
galaxy_tags:
- version
- playbook
- versioncheck
dependencies: []