No description
Find a file
2016-04-18 11:19:14 -04:00
.github
cloud Add Maintenance Mode support for VMware (#1754) 2016-04-17 10:42:31 +02:00
clustering
commands
database Merge pull request #1737 from Dufgui/devel 2016-04-01 00:24:22 +02:00
files
messaging Do not use a default value for -n parameter, fix #1400 (#1417) 2016-04-14 23:44:28 +02:00
monitoring Mark the token as sensitive, since it shouldn't be printed (#2043) 2016-04-18 11:19:14 -04:00
network Fixes issue #1992 -- fixes issue adding and deleting pools (#1994) 2016-04-11 19:57:55 +02:00
notification Set api_key as no_log, since that's likely something that should be kept private (#2038) 2016-04-15 09:45:37 -04:00
packaging Describing the _none_ value of the proxy option (#2053) 2016-04-18 11:01:24 -04:00
source_control New module for creating gitlab projects (#968) 2016-04-12 19:20:45 +02:00
system Basic ability to set masquerade options from ansible, according to current code design/layout (mostly) (#2017) 2016-04-16 14:15:00 +02:00
web_infrastructure
windows The enable parameter is a boolean, then convert to a boolean. (#1607) 2016-04-12 14:07:32 +02:00
.gitignore
.travis.yml Rebase PRs against $TRAVIS_BRANCH before performing tests 2016-04-01 13:50:22 -05:00
__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.