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 0c65bcb23b Vultr: Introducing vultr_network_facts module (#43600)
This commit introduces a new module called vultr_network_facts.

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

Sample available here:

```
"vultr_network_facts": [
  {
    "date_created": "2018-08-02 11:18:49",
    "id": "net5b62e8991adfg",
    "name": "mynet",
    "region": "Amsterdam",
    "v4_subnet": "192.168.42.0",
    "v4_subnet_mask": 24
  }
]
```
6 years ago
..
group_vars Reorganize integration tests: 7 years ago
host_vars Reorganize integration tests: 7 years ago
roles Vultr: Introducing vultr_network_facts module (#43600) 6 years ago
vars Reorganize integration tests: 7 years ago
Makefile Fix some broken links (#42079) 6 years ago
amazon.yml Reorganize integration tests: 7 years ago
azure.yml Reorganize integration tests: 7 years ago
cleanup_azure.py Reorganize integration tests: 7 years ago
cleanup_ec2.py Reorganize integration tests: 7 years ago
cleanup_gce.py Surround top-level function and class definitions with two blank lines. 6 years ago
cleanup_rax.py Reorganize integration tests: 7 years ago
cloudflare.yml Reorganize integration tests: 7 years ago
cloudscale.yml cloudscale_floating_ip module (#33181) 7 years ago
cnos.yaml Reorganize integration tests: 7 years ago
connection-buildah.yaml Reorganize integration tests: 7 years ago
consul.yml Reorganize integration tests: 7 years ago
consul_inventory.yml Reorganize integration tests: 7 years ago
consul_running.py Reorganize integration tests: 7 years ago
credentials.template Reorganize integration tests: 7 years ago
exoscale.yml Reorganize integration tests: 7 years ago
galaxy_playbook.yml Reorganize integration tests: 7 years ago
galaxy_playbook_git.yml Reorganize integration tests: 7 years ago
galaxy_roles.yml Reorganize integration tests: 7 years ago
galaxy_rolesfile Reorganize integration tests: 7 years ago
gce.yml Reorganize integration tests: 7 years ago
gce_credentials.py Reorganize integration tests: 7 years ago
integration_config.yml Reorganize integration tests: 7 years ago
inventory Reorganize integration tests: 7 years ago
inventory.yaml Reorganize integration tests: 7 years ago
jenkins.yml Reorganize integration tests: 7 years ago
netscaler.yaml Reorganize integration tests: 7 years ago
nuage.yaml Reorganize integration tests: 7 years ago
opennebula.yml Add OpenNebula one_service module (#37829) 6 years ago
ovs.yaml Reorganize integration tests: 7 years ago
rackspace.yml Reorganize integration tests: 7 years ago
scaleway_compute.yml Revert "Revert "Remove VC scaleway (#40791)" (#41401)" (#41402) 6 years ago
scaleway_ssh_playbook.yml Initial commit for Scaleway support (#37638) 6 years ago
scaleway_volume.yml Added Scaleway volume module (#41667) 6 years ago
setup_gce.py Reorganize integration tests: 7 years ago
vultr.yml Vultr: Introducing vultr_network_facts module (#43600) 6 years ago