No description
Find a file
2015-12-10 09:49:58 -06:00
cloud upped version added, search by vm_name by default 2015-12-09 16:30:31 -05:00
clustering Correct 'object not iterable' TypeError 2015-12-10 09:49:58 -06:00
commands
database Fix mongodb_user docs typo 2015-12-01 11:16:29 -06:00
files
messaging
monitoring Fix error 'fail_json() takes exactly 1 argument' 2015-12-01 01:56:23 -08:00
network Fixed call to module.log 2015-11-05 21:16:41 -06:00
notification Sendgrid docs fix 2015-11-16 16:54:35 -05:00
packaging Merge pull request #1261 from agx/zypper-rc-status 2015-12-08 17:19:42 -05:00
source_control
system Fix documentation to prevent formatting error where each letter has its own line. 2015-12-07 18:47:26 -05:00
web_infrastructure
windows Merge pull request #1102 from bgeihsgt/win_webpicmd_fix 2015-12-08 09:35:09 -05:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
README.md
REVIEWERS.md
test-docs.sh
VERSION Version bump for new beta 2.0.0-0.5.beta3 2015-11-13 16:47:22 -05:00

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.