ansible/test
Yanis Guenane 1754f533b5 Vultr: Introducing vr_firewall_group_facts module (#42997)
This commit introduces a new module called vr_firewall_group_facts.

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

Sample available here:

```
"vultr_firewall_group_facts": [
  {
    "date_created": "2018-07-17 12:22:51",
    "date_modified": "2018-07-17 12:24:47",
    "description": "ansible-firewall-group",
    "id": "fb5a0876",
    "instance_count": 0,
    "max_rule_count": 50,
    "rule_count": 1
  }
]
```
2018-07-19 11:02:25 +02:00
..
cache
integration Yum: Add support for --downloadonly (#41506) 2018-07-18 23:34:54 -04:00
legacy Vultr: Introducing vr_firewall_group_facts module (#42997) 2018-07-19 11:02:25 +02:00
results
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 2018-07-11 23:34:30 +05:30
sanity Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
units Add support for global IGMP configuration on onyx switches (#42164) 2018-07-18 12:20:21 -04:00
utils Remove unwanted containers at CI job start. 2018-07-09 21:48:11 -07:00