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
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
  }
]
```
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Yum: Add support for --downloadonly (#41506) 8 years ago
legacy Vultr: Introducing vr_firewall_group_facts module (#42997) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 8 years ago
sanity Windows: Add "special" parameter types to docs (#42853) 8 years ago
units Add support for global IGMP configuration on onyx switches (#42164) 8 years ago
utils Remove unwanted containers at CI job start. 8 years ago