1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/legacy
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
..
group_vars Reorganize integration tests: 2017-09-14 07:14:30 -07:00
host_vars Reorganize integration tests: 2017-09-14 07:14:30 -07:00
roles Vultr: Introducing vultr_server_facts module (#43001) 2018-08-16 20:29:48 +02:00
vars Reorganize integration tests: 2017-09-14 07:14:30 -07:00
amazon.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
azure.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
cleanup_azure.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
cleanup_ec2.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
cleanup_gce.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
cleanup_rax.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
cloudflare.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
cloudscale.yml cloudscale_floating_ip module (#33181) 2017-12-11 14:48:35 +00:00
cnos.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
connection-buildah.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
consul.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
consul_inventory.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
consul_running.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
credentials.template Reorganize integration tests: 2017-09-14 07:14:30 -07:00
exoscale.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
galaxy_playbook.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
galaxy_playbook_git.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
galaxy_roles.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
galaxy_rolesfile Reorganize integration tests: 2017-09-14 07:14:30 -07:00
gce.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
gce_credentials.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
integration_config.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
inventory Reorganize integration tests: 2017-09-14 07:14:30 -07:00
inventory.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
jenkins.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
Makefile Fix some broken links (#42079) 2018-06-29 11:12:01 -07:00
netscaler.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
nuage.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
opennebula.yml Add OpenNebula one_service module (#37829) 2018-05-24 13:32:45 +02:00
ovs.yaml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
rackspace.yml Reorganize integration tests: 2017-09-14 07:14:30 -07:00
scaleway_compute.yml Revert "Revert "Remove VC scaleway (#40791)" (#41401)" (#41402) 2018-06-11 11:22:12 -05:00
scaleway_ssh_playbook.yml Initial commit for Scaleway support (#37638) 2018-04-03 14:04:42 -05:00
scaleway_volume.yml Added Scaleway volume module (#41667) 2018-07-12 08:43:23 -05:00
setup_gce.py Reorganize integration tests: 2017-09-14 07:14:30 -07:00
vultr.yml Vultr: Introducing vultr_server_facts module (#43001) 2018-08-16 20:29:48 +02:00