No description
Find a file
Brian Coca 07ed2ffb67 Merge pull request #124 from banyek/mysql-gtid-replication
gtid_replication parameter added
2015-05-13 13:51:35 -04:00
cloud Fix documentation 2015-05-13 08:14:44 -07:00
clustering Add python >= 2.6 to documented deps 2015-05-12 08:43:31 -07:00
database Merge pull request #124 from banyek/mysql-gtid-replication 2015-05-13 13:51:35 -04:00
files Fix up modules that have python24 syntax error 2015-05-11 09:51:48 -05:00
messaging
monitoring Merge pull request #458 from NickatEpic/devel 2015-05-13 09:17:21 -04:00
network Merge pull request #402 from ndonegan/devel 2015-04-16 15:15:22 -04:00
notification Additional example, not using local_action 2015-05-12 12:43:33 -04:00
packaging Add python >= 2.6 to documented deps 2015-05-12 08:43:31 -07:00
source_control
system Use try/finally with file opening to close the file 2015-05-11 10:29:28 -05:00
web_infrastructure Fix up modules that have python24 syntax error 2015-05-11 09:51:48 -05:00
windows
.gitignore
.travis.yml Add py27 compileall to test all modules, specifically for syntax errors 2015-05-12 10:36:27 -05:00
__init__.py
CONTRIBUTING.md
COPYING
README.md

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.