Last active
October 17, 2019 19:34
-
-
Save goneri/bbc31edc21615d0f066a566a421e1ef5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo VMware module. Number per type: | |
echo -n ' pyvmomi: ' | |
ag -H -l PyVmomi lib/ansible/modules/cloud/vmware/v*|wc -l | |
echo -n ' VMware vSAN Python SDK: ' | |
ag -H -il HAS_VSANPYTHONSDK lib/ansible/modules/cloud/vmware/v*|wc -l | |
echo -n ' vSphere Automation SDK: ' | |
ag -H -l 'VmwareRestClient' lib/ansible/modules/cloud/vmware/v*|wc -l | |
echo -n ' Vmware on HTTPAPI (REST): ' | |
find lib/ansible/modules/cloud/vmware_httpapi/ -name 'vmware_*.py'|wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.