mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
* relax the dependency with kubernetes.core We can use the collection with the 2.2 branch of kubernetes.core. * galaxy: use <2.3.0 has the upper version bound See: https://github.com/ansible/ansible-zuul-jobs/pull/1119
28 lines
650 B
YAML
28 lines
650 B
YAML
---
|
|
authors:
|
|
- geerlingguy (https://www.jeffgeerling.com/)
|
|
- fabianvf (https://github.com/fabianvf)
|
|
- willthames (https://github.com/willthames)
|
|
- Akasurde (https://github.com/akasurde)
|
|
dependencies:
|
|
kubernetes.core: '>=2.1.0,<2.3.0'
|
|
description: OKD Collection for Ansible.
|
|
documentation: ''
|
|
homepage: ''
|
|
issues: https://github.com/openshift/community.okd/issues
|
|
license_file: LICENSE
|
|
name: okd
|
|
namespace: community
|
|
readme: README.md
|
|
repository: https://github.com/openshift/community.okd
|
|
tags:
|
|
- kubernetes
|
|
- k8s
|
|
- cloud
|
|
- infrastructure
|
|
- openshift
|
|
- okd
|
|
- cluster
|
|
# Also needs to be updated in the Makefile
|
|
version: 2.0.1
|