No description
Find a file
2015-07-17 01:19:21 -04:00
cloud minor doc fixes 2015-07-17 01:19:21 -04:00
clustering minor doc fixes 2015-07-17 01:19:21 -04:00
commands
database
files
messaging
monitoring
network
notification irc: remove version_added for nick option, should have been nick_to option 2015-07-09 09:43:26 +02:00
packaging minor doc fixes 2015-07-16 18:02:42 -04:00
source_control
system added missing version_added to new filesystem option 2015-07-08 13:14:01 -04:00
web_infrastructure
windows minor doc fixes 2015-07-17 00:51:08 -04:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
README.md
REVIEWERS.md
test-docs.sh
VERSION added placeholder to be used on build (TODO: update makefile) 2015-07-13 22:25:52 -04: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.