You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Yanis Guenane 2c4ba7a9e9 Vultr: Introducing vr_user_facts module (#42951)
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"
  }
]
```
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration disable_excludes (#42510) 8 years ago
legacy Vultr: Introducing vr_user_facts module (#42951) 8 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 8 years ago
sanity Windows: Add "special" parameter types to docs (#42853) 8 years ago
units Add support for global IGMP configuration on onyx switches (#42164) 8 years ago
utils Remove unwanted containers at CI job start. 8 years ago