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:
parent
6283a323dc
commit
cc40bd5415
2 changed files with 27 additions and 1 deletions
|
@ -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
25
meta/main.yml
Normal 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: []
|
Loading…
Reference in a new issue