diff options
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/cisco/mso/MANIFEST.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/ansible_collections/cisco/mso/MANIFEST.json b/ansible_collections/cisco/mso/MANIFEST.json new file mode 100644 index 000000000..c795dd895 --- /dev/null +++ b/ansible_collections/cisco/mso/MANIFEST.json @@ -0,0 +1,43 @@ +{ + "collection_info": { + "namespace": "cisco", + "name": "mso", + "version": "2.4.0", + "authors": [ + "Dag Wieers (@dagwieers)", + "Nirav Katarmal (@nkatarmal-crest)", + "Lionel Hercot (@lhercot)", + "Cindy Zhao (@cizhao)", + "Shreyas Srish (@shrsr)" + ], + "readme": "README.md", + "tags": [ + "cisco", + "aci", + "cloud", + "collection", + "networking", + "sdn", + "mso", + "multisite" + ], + "description": "An Ansible collection for managing Cisco ACI Multi-Site", + "license": [], + "license_file": "LICENSE", + "dependencies": { + "ansible.netcommon": "*" + }, + "repository": "https://github.com/CiscoDevNet/ansible-mso", + "documentation": "https://docs.ansible.com/ansible/latest/scenario_guides/guide_aci.html", + "homepage": "https://cisco.com/go/aci", + "issues": "https://github.com/CiscoDevNet/ansible-mso/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "876c6bead4e943a7f2ed1b6bcc6db722a3024362587618ffccf5e7c7ec54419b", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |