-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
Unspecified
-
False
-
-
False
-
-
https://github.com/ansible-collections/vmware.vmware_rest/issues/186
-
-
-
-
- SUMMARY
<!--- Describe the new feature/improvement briefly below -->
- SUMMARY
-
-
-
-
-
-
-
- ISSUE TYPE
-
-
-
- Feature Idea
-
-
-
-
- COMPONENT NAME
-
-
-
- I would assume this would be a new module that is built upon[ the generic inventory plugin](https://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html#inventory-plugins)
-
-
-
-
- ADDITIONAL INFORMATION
Simply put this would have a plugin in the collection that allows us to do similar actions that can be done in the community.vmware dynamic inventory plugin without having to install VMWare's custom python libraries.
- ADDITIONAL INFORMATION
-
-
-
The inventory file would be called and match a pattern like `*vmware_rest.yml`, such as:
```yaml
ansible-playbook -i inv/my_vmware_rest.yml myplaybook.yml
```
If this is already possible then the request is for documentation in the main README