mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
}
]
```
|
||
|---|---|---|
| .. | ||
| group_vars | ||
| host_vars | ||
| roles | ||
| vars | ||
| amazon.yml | ||
| azure.yml | ||
| cleanup_azure.py | ||
| cleanup_ec2.py | ||
| cleanup_gce.py | ||
| cleanup_rax.py | ||
| cloudflare.yml | ||
| cloudscale.yml | ||
| cnos.yaml | ||
| connection-buildah.yaml | ||
| consul.yml | ||
| consul_inventory.yml | ||
| consul_running.py | ||
| credentials.template | ||
| exoscale.yml | ||
| galaxy_playbook.yml | ||
| galaxy_playbook_git.yml | ||
| galaxy_roles.yml | ||
| galaxy_rolesfile | ||
| gce.yml | ||
| gce_credentials.py | ||
| integration_config.yml | ||
| inventory | ||
| inventory.yaml | ||
| jenkins.yml | ||
| Makefile | ||
| netscaler.yaml | ||
| nuage.yaml | ||
| opennebula.yml | ||
| ovs.yaml | ||
| rackspace.yml | ||
| scaleway_compute.yml | ||
| scaleway_ssh_playbook.yml | ||
| scaleway_volume.yml | ||
| setup_gce.py | ||
| vultr.yml | ||