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/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
  }
]
7 years ago
..
group_vars Reorganize integration tests: 8 years ago
host_vars Reorganize integration tests: 8 years ago
roles Vultr: Introducing vultr_server_facts module (#43001) 7 years ago
vars Reorganize integration tests: 8 years ago
Makefile Fix some broken links (#42079) 8 years ago
amazon.yml Reorganize integration tests: 8 years ago
azure.yml Reorganize integration tests: 8 years ago
cleanup_azure.py Reorganize integration tests: 8 years ago
cleanup_ec2.py Reorganize integration tests: 8 years ago
cleanup_gce.py Surround top-level function and class definitions with two blank lines. 8 years ago
cleanup_rax.py Reorganize integration tests: 8 years ago
cloudflare.yml Reorganize integration tests: 8 years ago
cloudscale.yml cloudscale_floating_ip module (#33181) 8 years ago
cnos.yaml Reorganize integration tests: 8 years ago
connection-buildah.yaml Reorganize integration tests: 8 years ago
consul.yml Reorganize integration tests: 8 years ago
consul_inventory.yml Reorganize integration tests: 8 years ago
consul_running.py Reorganize integration tests: 8 years ago
credentials.template Reorganize integration tests: 8 years ago
exoscale.yml Reorganize integration tests: 8 years ago
galaxy_playbook.yml Reorganize integration tests: 8 years ago
galaxy_playbook_git.yml Reorganize integration tests: 8 years ago
galaxy_roles.yml Reorganize integration tests: 8 years ago
galaxy_rolesfile Reorganize integration tests: 8 years ago
gce.yml Reorganize integration tests: 8 years ago
gce_credentials.py Reorganize integration tests: 8 years ago
integration_config.yml Reorganize integration tests: 8 years ago
inventory Reorganize integration tests: 8 years ago
inventory.yaml Reorganize integration tests: 8 years ago
jenkins.yml Reorganize integration tests: 8 years ago
netscaler.yaml Reorganize integration tests: 8 years ago
nuage.yaml Reorganize integration tests: 8 years ago
opennebula.yml Add OpenNebula one_service module (#37829) 8 years ago
ovs.yaml Reorganize integration tests: 8 years ago
rackspace.yml Reorganize integration tests: 8 years ago
scaleway_compute.yml Revert "Revert "Remove VC scaleway (#40791)" (#41401)" (#41402) 8 years ago
scaleway_ssh_playbook.yml Initial commit for Scaleway support (#37638) 8 years ago
scaleway_volume.yml Added Scaleway volume module (#41667) 8 years ago
setup_gce.py Reorganize integration tests: 8 years ago
vultr.yml Vultr: Introducing vultr_server_facts module (#43001) 7 years ago