mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-22 00:49:09 -07:00
This commit introduces a new module called vr_user_facts. This module aims to return the list of user avaiable avaiable in Vultr. Sample available here: ``` "vultr_user_facts": [ { "acls": [], "api_enabled": "yes", "email": "mytestuser@example.com", "id": "a235b4f45e87f", "name": "mytestuser" } ] ``` |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |