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
Lujeni 8aa338ddfa Fix mongodb_user default role value when update_password is set (#2997) 8 years ago
.github Update GitHub templates to reflect ansible/ansible (#2397) 9 years ago
cloud vmware_guest: set the cpu and memory settings on clone (#3027) 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 default role value when update_password is set (#2997) 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 rabbitmq_queue - Update requirements to show minimum version of requests (#2786) 8 years ago
monitoring zabbix_host: fix typos in arg spec of login_user 8 years ago
network Fixes the bigip_selfip module to respect traffic groups (#3009) 8 years ago
notification Merge duplicated notes, fix warning returned by ansible-doc (#2969) 8 years ago
packaging List python-xml in requirements for zypper* (#2937) 8 years ago
remote_management renamed bmc to remote_management to clarify 8 years ago
source_control Improve module docs (#2638) 8 years ago
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 Add shellcheck to sanity checks. (#3013) 8 years ago
univention Use addresses and names reserved for documentation (#2894) 8 years ago
web_infrastructure letsencrypt: Improve error handling (#2868) 8 years ago
windows Fix win_chocolatey version comparison 8 years ago
.gitignore Add basic top level files. 10 years ago
CONTRIBUTING.md Point to GUIDELINES.md 8 years ago
COPYING Add basic top level files. 10 years ago
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 Add new SMEs for Zabbix 9 years ago
VERSION Version bump for new beta 2.0.0-0.5.beta3 9 years ago
__init__.py package files 10 years ago
shippable.yml Test module docs on Shippable. (#2976) 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.