No description
Find a file
René Moser 791cf2b7bb Merge pull request #1649 from ilpianista/win_unzip-overwrite-files
win_unzip: overwrite any existing file
2016-03-19 16:24:23 +01:00
cloud Merge pull request #1579 from wimnat/feature/1573 2016-03-19 14:20:34 +01:00
clustering Merge pull request #1642 from justingood/devel 2016-03-19 13:57:44 +01:00
commands
database Merge pull request #1628 from lsb/patch-1 2016-03-19 00:45:24 +01:00
files Doc fixes 2016-03-18 09:05:36 -07:00
messaging
monitoring Merge pull request #1684 from foozmeat/patch-1 2016-03-19 13:55:51 +01:00
network cloudflare_dns: minor code improvments 2016-03-19 00:02:33 +01:00
notification
packaging Merge pull request #1495 from nwjsmith/patch-1 2016-03-19 13:36:32 +01:00
source_control
system osx_defaults: doc fix, add version_added for host agrument 2016-03-19 13:17:43 +01:00
web_infrastructure
windows Merge pull request #1649 from ilpianista/win_unzip-overwrite-files 2016-03-19 16:24:23 +01:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
ISSUE_TEMPLATE.md updated to match core module forms 2016-03-11 10:09:27 -05:00
PULL_REQUEST_TEMPLATE.md updated to match core module forms 2016-03-11 10:09:27 -05:00
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.