No description
Find a file
Toshio Kuratomi 96af56d750 Merge pull request #1106 from groks/crypttab-strip-fix
Fix bug #1105 - incorrect use of lstrip()
2015-10-14 07:48:33 -07:00
cloud reference instance_id in docs, fixes for calls to fail_json 2015-10-12 08:35:21 -05:00
clustering fixed option in examples 2015-10-12 18:20:23 -04:00
commands
database
files
messaging
monitoring
network
notification Merge pull request #370 from nsg/full-attachments-support 2015-10-12 09:27:03 -04:00
packaging Merge pull request #251 from kdisneur/hotfix/tap-prefixed-by-homebrew 2015-10-12 09:26:38 -04:00
source_control
system Fix bug #1105 - incorrect use of lstrip() 2015-10-14 12:13:57 +01:00
web_infrastructure
windows Merge pull request #1076 from trondhindenes/win_package_bugfix 2015-10-12 09:27:54 -04:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
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.