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
  }
]
```
2018-07-18 12:39:55 +02:00
..
cache
integration win_chocolatey_config: added module to manage Chocolatey config (#42915) 2018-07-18 10:36:59 +10:00
legacy Vultr: Introducing vr_plan_facts module (#42470) 2018-07-18 12:39:55 +02:00
results
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 2018-07-11 23:34:30 +05:30
sanity Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
units Rename AWS unit tests that are not running when changing the module (#42712) 2018-07-13 10:56:57 -04:00
utils Remove unwanted containers at CI job start. 2018-07-09 21:48:11 -07:00