diff options
Diffstat (limited to 'ansible_collections/community/okd/MANIFEST.json')
-rw-r--r-- | ansible_collections/community/okd/MANIFEST.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ansible_collections/community/okd/MANIFEST.json b/ansible_collections/community/okd/MANIFEST.json new file mode 100644 index 00000000..dd2937e3 --- /dev/null +++ b/ansible_collections/community/okd/MANIFEST.json @@ -0,0 +1,41 @@ +{ + "collection_info": { + "namespace": "community", + "name": "okd", + "version": "2.3.0", + "authors": [ + "geerlingguy (https://www.jeffgeerling.com/)", + "fabianvf (https://github.com/fabianvf)", + "willthames (https://github.com/willthames)", + "Akasurde (https://github.com/akasurde)" + ], + "readme": "README.md", + "tags": [ + "kubernetes", + "k8s", + "cloud", + "infrastructure", + "openshift", + "okd", + "cluster" + ], + "description": "OKD Collection for Ansible.", + "license": [], + "license_file": "LICENSE", + "dependencies": { + "kubernetes.core": ">=2.4.0" + }, + "repository": "https://github.com/openshift/community.okd", + "documentation": "", + "homepage": "", + "issues": "https://github.com/openshift/community.okd/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "6e3f825a7ea74f2f591751d9ee4aac800f99ca344e86a5d00477306b14419ae8", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |