No description
Find a file
Toshio Kuratomi c67316cbaf Update f5 validate_certs functionality to do the right thing on multiple python versions
This requires the implementation in the module_utils code here
https://github.com/ansible/ansible/pull/13667 to funciton
2015-12-24 11:57:15 -08:00
cloud Merge pull request from resmo/feature/cs_template_extract 2015-12-23 13:10:51 -08:00
clustering
commands
database
files
messaging
monitoring Replace choices=BOOLEANS by type='bool', fix 2015-12-21 23:39:20 +01:00
network Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
notification
packaging
source_control
system
web_infrastructure
windows Merge pull request from bcoca/win_firewall_rule_misargs 2015-12-16 08:07:44 -05:00
.gitignore
.travis.yml
__init__.py
CONTRIBUTING.md
COPYING
README.md added installation info .. that you don't need to 2015-03-10 10:36:00 -04:00
REVIEWERS.md
test-docs.sh Add testing documentation to travis 2015-06-29 13:09:58 -07:00
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.