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
Peter Sprygada 271e300745 update mask_passwords argument to be more descriptive in asa_config (#3109)
This changes the passwords argument to mask_passwords to make the
argument more descriptive of its intended function
8 years ago
.github Update GitHub templates to reflect ansible/ansible (#2397) 9 years ago
cloud cloudstack: cs_portforward: fix rule not found if domain is not account's domain. (#3093) 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 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 update mask_passwords argument to be more descriptive in asa_config (#3109) 8 years ago
notification slack: fix handling of html entities and escaping (#3032) 8 years ago
packaging zypper_repository: Prepend --gpg-auto-import-keys before refresh command (#3088) 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 timezone for centos6 (#3078) 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 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 Update shippable config (#3063) 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.