No description
Find a file
René Moser 8d8d418e94 Merge pull request #1865 from dennisconrad/devel
Fix for existing ENIs w/ multiple security groups
2016-03-19 17:52:39 +01:00
cloud Merge pull request #1865 from dennisconrad/devel 2016-03-19 17:52:39 +01:00
clustering Merge pull request #1642 from justingood/devel 2016-03-19 13:57:44 +01:00
commands
database Merge pull request #1628 from lsb/patch-1 2016-03-19 00:45:24 +01:00
files Doc fixes 2016-03-18 09:05:36 -07:00
messaging
monitoring Merge pull request #1684 from foozmeat/patch-1 2016-03-19 13:55:51 +01:00
network cloudflare_dns: minor code improvments 2016-03-19 00:02:33 +01:00
notification
packaging Merge pull request #1495 from nwjsmith/patch-1 2016-03-19 13:36:32 +01:00
source_control
system osx_defaults: doc fix, add version_added for host agrument 2016-03-19 13:17:43 +01:00
web_infrastructure
windows Merge pull request #1786 from ilpianista/win_firewall_rule-fix-syntax 2016-03-19 16:57:03 +01:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
README.md
REVIEWERS.md
test-docs.sh
VERSION

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.