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
Willy Barro 318983ee53 Replace manual option check to mutually_exclusive AnsibleModule option
Also return the message "OK" when in check mode to use the same
message as the original success return.
10 years ago
cloud
database Allow 0 to be specified 10 years ago
messaging Fix typo causing SyntaxError (missing colon) 10 years ago
monitoring Keep 'process' lowercase to protect against upstream changes 10 years ago
network
notification Replace manual option check to mutually_exclusive AnsibleModule option 10 years ago
packaging Fix documentation in zypper_repository 10 years ago
source_control
system Generalize locale name normalization 10 years ago
web_infrastructure
windows corrected version added 10 years ago
.gitignore
CONTRIBUTING.md
COPYING
README.md Fix typo 10 years ago
__init__.py

README.md

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.