You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
THEBAULT Julien 085321e3a8 Fix mongodb user compatibility check (#2731)
- Check the compatibility asap
8 years ago
.github
cloud Fix the comment in the example. (#3050) 8 years ago
clustering remove duration from lock delay as seconds are the only granularity supported. (#2877) 8 years ago
commands Remove stderr=False from calls to exit_json. (#2879) 8 years ago
database Fix mongodb user compatibility check (#2731) 8 years ago
files Updates to `archive` module based on code review (#2699) 8 years ago
identity Added new module opendj_backendprop for updating backend settings opendj (#2855) 8 years ago
messaging
monitoring zabbix_host: fix typos in arg spec of login_user 8 years ago
network asa_template is now deprecated (#2992) 8 years ago
notification twilio: fix false negative failure - sms was sent successfully (#3033) 8 years ago
packaging elasticsearch_plugin: rewrite module to not use unsupported parameters (#2839) 8 years ago
remote_management
source_control
storage Fix 'netapp_e_lun_mapping ... documentation error' (#2966) 8 years ago
system Fix mixed type comparison resulting in wrong `changed` (#2772) 8 years ago
test Fix handling of ansible-doc errors. (#3030) 8 years ago
univention Use addresses and names reserved for documentation (#2894) 8 years ago
web_infrastructure Use 'path' type for file arguments 8 years ago
windows Fix win_chocolatey version comparison 8 years ago
.gitignore
CONTRIBUTING.md Point to GUIDELINES.md 8 years ago
COPYING
GUIDELINES.md Remove Travis config since we only use Shippable. (#2975) 8 years ago
MAINTAINERS.md Update MAINTAINERS.md 8 years ago
README.md Update CI badge. 8 years ago
REVIEWERS.md
VERSION
__init__.py
shippable.yml Revert "Set PRIVILEGED=true for Linux integration tests. (#3031)" 8 years ago

README.md

Build Status

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.