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 b1c60eaa83 Vultr: Introducing vr_startup_script_facts module (#43004)
This commit introduces a new module called vr_startup_script_facts.

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

Sample available here:

```
"vultr_startup_script_facts": [
  {
    "date_created": "2018-07-19 08:52:55",
    "date_modified": "2018-07-19 08:52:55",
    "id": 327140,
    "name": "myteststartupscript",
    "script": "#!/bin/bash\necho Hello World > /root/hello",
    "type": "boot"
  }
]
```
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration VMWare: update documentation for linked_clone (#42881) 6 years ago
legacy Vultr: Introducing vr_startup_script_facts module (#43004) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) 6 years ago
sanity Windows: Add "special" parameter types to docs (#42853) 6 years ago
units Fix multiple var files combining (followup to #36357) 6 years ago
utils Remove unwanted containers at CI job start. 6 years ago