community.general/lib/ansible/modules/cloud
Yanis Guenane 2556098479 Vultr: Introducing vultr_server_facts module (#43001)
This commit introduces a new module called vultr_server_facts.

This module aims to return the list of servers avaiable avaiable in
Vultr.

Sample available here:

```
"vultr_server_facts": [
  {
    "allowed_bandwidth_gb": 1000,
    "application": null,
    "auto_backup_enabled": false,
    "cost_per_month": 5.00,
    "current_bandwidth_gb": 0,
    "date_created": "2018-07-19 08:23:03",
    "default_password": "p4ssw0rd!",
    "disk": "Virtual 25 GB",
    "firewallgroup": null,
    "id": 17241096,
    "internal_ip": "",
    "kvm_url": "https://my.vultr.com/subs/vps/novnc/api.php?data=OFB...",
    "name": "ansibletest",
    "os": "CentOS 7 x64",
    "pending_charges": 0.01,
    "plan": "1024 MB RAM,25 GB SSD,1.00 TB BW",
    "power_status": "running",
    "ram": "1024 MB",
    "region": "Amsterdam",
    "server_state": "ok",
    "status": "active",
    "tag": "",
    "v4_gateway": "105.178.158.1",
    "v4_main_ip": "105.178.158.181",
    "v4_netmask": "255.255.254.0",
    "v6_main_ip": "",
    "v6_network": "",
    "v6_network_size": "",
    "v6_networks": [],
    "vcpu_count": 1
  }
]
2018-08-16 20:29:48 +02:00
..
amazon Update lambda.py (#44066) 2018-08-13 12:33:14 -04:00
atomic Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
azure adding mysqlserver facts (#43321) 2018-08-16 17:10:07 +08:00
centurylink More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
cloudscale To improve readability, we added a line feed. (#43801) 2018-08-08 16:10:26 -07:00
cloudstack Update cs_storage_pool.py (#42454) 2018-08-13 15:19:36 -04:00
digital_ocean Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
dimensiondata Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
docker Add cap_drop to docker_container module (#36889) 2018-08-07 12:11:52 +05:30
google Bug fixes for gcp_compute_route (#42820) 2018-08-15 14:28:49 -04:00
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
linode Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
lxc Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
lxd Fix bug #32437 (#38166) 2018-08-05 17:49:11 -04:00
memset New Memset module to request DNS reloads (#40390) 2018-05-25 00:30:25 +02:00
misc Introduce force and verbose options in serverless module (#43947) 2018-08-10 12:30:36 -04:00
oneandone More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
opennebula Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
openstack Fix actions and wait in os_server_action module (#43504) 2018-08-13 12:52:20 -04:00
ovh Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
ovirt ovirt: minor typo in documentation (#44241) 2018-08-16 07:10:03 +02:00
packet Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
profitbricks More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pubnub Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rackspace Update Jesse Keating's github id (#39904) 2018-05-11 07:38:15 +02:00
scaleway Added Scaleway volume module (#41667) 2018-07-12 08:43:23 -05:00
smartos Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
softlayer sl_vm: PEP8 compliancy and documentation changes (#32657) 2017-11-15 15:22:32 -05:00
spotinst Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
univention Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
vmware VMware: datastore selection (#35812) 2018-08-09 22:50:46 +05:30
vultr Vultr: Introducing vultr_server_facts module (#43001) 2018-08-16 20:29:48 +02:00
webfaction Convert more http links to https. 2018-04-25 23:12:46 -07:00
__init__.py package files 2016-12-08 11:22:22 -05:00