community.general/lib/ansible/modules/cloud
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"
  }
]
```
2018-07-20 20:32:32 +02:00
..
amazon [aws] Enable SQS events for `lambda_event` module (#43019) 2018-07-20 10:52:21 -04:00
atomic
azure Provide kubernetes definition diffs in check_mode (#41471) 2018-07-11 16:32:03 +10:00
centurylink More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
cloudscale
cloudstack cs_vpc: fix disabled or wrong vpc offering taken (#42465) 2018-07-09 08:31:13 +02:00
digital_ocean clarify module functionality in docstrings: module creates domains and their @ A record only #35669 (#41872) 2018-07-02 10:36:51 -04:00
dimensiondata
docker Fix docker_image archive features to work with Python 3 2018-07-19 12:30:07 -04:00
google [gcp] Fix service account email parameter on gcp_compute_instance (#41806) 2018-06-21 16:11:28 -04:00
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
linode
lxc
lxd
memset New Memset module to request DNS reloads (#40390) 2018-05-25 00:30:25 +02:00
misc [docs] Document requirements for `plan_file` option in terraform module (#42514) 2018-07-09 10:19:29 -04:00
oneandone More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
opennebula Add mode, owner_id and group_id options to one_vm (#40217) 2018-05-25 08:00:26 +02:00
openstack [openstack] add endpoint_type parameter to examples (#41979) 2018-06-27 08:26:03 -04:00
ovh
ovirt Fix broken links. (#42323) 2018-07-04 18:54:49 -07:00
packet
profitbricks More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pubnub
rackspace Update Jesse Keating's github id (#39904) 2018-05-11 07:38:15 +02:00
scaleway Added Scaleway volume module (#41667) 2018-07-12 08:43:23 -05:00
smartos More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
softlayer
spotinst
univention
vmware VMWare: update documentation for linked_clone (#42881) 2018-07-20 10:34:26 +05:30
vultr Vultr: Introducing vr_startup_script_facts module (#43004) 2018-07-20 20:32:32 +02:00
webfaction Convert more http links to https. 2018-04-25 23:12:46 -07:00
__init__.py