No description
Find a file
Ryan Brown aedaca55ac New module: execute_lambda (AWS) (#2558)
First version of execute_lambda module

Supports:
- Synchronous or asynchronous invocation
- Tailing log of execution (sync execution only)
- check mode
2016-08-31 15:42:15 -04:00
.github
cloud New module: execute_lambda (AWS) (#2558) 2016-08-31 15:42:15 -04:00
clustering
commands Make sure we don't catch rc=0 as a timeout (#2823) 2016-08-31 10:29:41 -05:00
database
files
messaging
monitoring
network Adds allow_service parameter to bigip_selfip (#2808) 2016-08-31 14:49:03 +02:00
notification Require domain in rocketchat (#2803) 2016-08-30 23:04:48 +02:00
packaging Just use netloc to identify bucket name for s3 locations (#2713) 2016-08-30 16:42:14 +02:00
remote_management
source_control
system Style cleanups: 2016-08-31 07:48:10 -07:00
test
univention udm_user: change overridePWHistory and overridePWLength to snake_case 2016-08-31 14:42:11 +02:00
web_infrastructure new module: apache2_mod_proxy (#2148) 2016-08-30 19:44:39 +01:00
windows
.gitignore
.travis.yml ec2_vpc_dhcp_options_facts.py no py3 2016-08-30 20:37:05 +01:00
__init__.py
CONTRIBUTING.md
COPYING
GUIDELINES.md
MAINTAINERS.md
README.md
REVIEWERS.md
shippable.yml
test-docs.sh
VERSION

Build Status

ansible-modules-extras

This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.

All new modules should be submitted here, and have a chance to be promoted to core over time.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of module documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.