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 9a1185e57c Vultr: Introducing vr_plan_facts module (#42470)
This commit introduces a new module called vr_plan_facts.

This module aims to return the list of plan avaiable avaiable to use on
booted servers.

Sample available here:

```
"vultr_plan_facts": [
  {
    "available_locations": [
      1
    ],
    "bandwidth": 40.0,
    "bandwidth_gb": 40960,
    "disk": 110,
    "id": 118,
    "name": "32768 MB RAM,110 GB SSD,40.00 TB BW",
    "plan_type": "DEDICATED",
    "price_per_month": 240.0,
    "ram": 32768,
    "vcpu_count": 8,
    "windows": false
  }
]
```
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration win_chocolatey_config: added module to manage Chocolatey config (#42915) 6 years ago
legacy Vultr: Introducing vr_plan_facts module (#42470) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 6 years ago
sanity Windows: Add "special" parameter types to docs (#42853) 6 years ago
units Rename AWS unit tests that are not running when changing the module (#42712) 6 years ago
utils Remove unwanted containers at CI job start. 6 years ago