community.general/lib/ansible/modules
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
..
cloud Vultr: Introducing vr_startup_script_facts module (#43004) 2018-07-20 20:32:32 +02:00
clustering k8s_facts trivially supports check_mode (#42335) 2018-07-05 07:53:23 -04:00
commands adds a new feature to the telnet action plugin 2018-07-12 10:11:55 -04:00
crypto new provider: ownca (#35840) 2018-06-21 12:41:00 +05:30
database Add src parameter to elasticsearch_plugin (#39915) 2018-07-20 11:40:11 -04:00
files Adding namespace option into the xattr module (#42755) 2018-07-16 13:26:06 -04:00
identity FreeIPA: new module ipa_config (#42279) 2018-07-17 06:57:54 -04:00
inventory Fix typo in group_by module (#41627) 2018-06-18 15:33:08 +05:30
messaging rabbitmq_user: Add update_password parameter (#36280) 2018-05-23 14:34:46 -05:00
monitoring Update zabbix_screen.py limit screen columns (#41487) 2018-06-21 07:36:18 -04:00
net_tools infoblox list requirements as infoblox_client and should be infoblox-client (#42993) 2018-07-19 12:19:46 -04:00
network Fixes #41549 (#41551) 2018-07-20 09:19:20 -07:00
notification Add support for espeak-ng. Closes #42438 2018-07-10 15:53:00 -04:00
packaging Yum: Add support for --downloadonly (#41506) 2018-07-18 23:34:54 -04:00
remote_management UCS NTP Server module (#42375) 2018-07-19 11:32:26 +02:00
source_control Make use of a better python module for gitlab_group (#40764) 2018-05-29 02:43:40 -04:00
storage Fix API call to get ActiveCluster information and add (#41744) 2018-06-22 10:46:02 -05:00
system sysvinit: Fix for false changed messages (#42956) 2018-07-20 10:57:58 -04:00
utilities Update wait_for.py (#43002) 2018-07-19 13:59:18 +02:00
web_infrastructure Version must be quoted (otherwise it is printed as 2.1) (#42496) 2018-07-09 06:53:59 -04:00
windows JM: allow choco to install 32 bit version (#42946) 2018-07-19 20:15:31 +10:00
__init__.py