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
Michal Klempa 1db36bea62 maven_artifact: fix download of SBT published snapshot artifact (#3085)
Fixes #1717
9 years ago
.github Update GitHub templates to reflect ansible/ansible (#2397) 10 years ago
cloud Fix typo (#3289) 9 years ago
clustering Make consul modules pass sanity test for python 3 9 years ago
commands Make expect module compile on python 3 9 years ago
database Fix remaining python3 compile problems 9 years ago
files Make blockinfile work with python3 9 years ago
identity Add verification for the arguments of opendj_backendprop (#3116) 9 years ago
infrastructure Fix broken entities reference in Katello module (#3136) 9 years ago
messaging rabbitmq_queue - Update requirements to show minimum version of requests (#2786) 9 years ago
monitoring Fix remaining python3 compile problems 9 years ago
network Adds bigip_sys_global module (#3271) 9 years ago
notification Add TLS encyrption support to MQTT (#2700) 9 years ago
packaging maven_artifact: fix download of SBT published snapshot artifact (#3085) 9 years ago
remote_management renamed bmc to remote_management to clarify 9 years ago
source_control Respect include.* directives by default. 9 years ago
storage Fix 'netapp_e_lun_mapping ... documentation error' (#2966) 9 years ago
system Update to firewalld doc 9 years ago
test Fix remaining python3 compile problems 9 years ago
univention Use addresses and names reserved for documentation (#2894) 9 years ago
web_infrastructure Remove incorrect statement, uri module doesn't require httplib2 anymore 9 years ago
windows corrected version 9 years ago
.gitignore Add basic top level files. 11 years ago
CONTRIBUTING.md Point to GUIDELINES.md 9 years ago
COPYING Add basic top level files. 11 years ago
GUIDELINES.md Remove reference to ansible-validate-modules (#3256) 9 years ago
MAINTAINERS.md Update MAINTAINERS.md 9 years ago
README.md Update CI badge. 9 years ago
REVIEWERS.md Add new SMEs for Zabbix 10 years ago
VERSION Version bump for new beta 2.0.0-0.5.beta3 10 years ago
__init__.py package files 11 years ago
shippable.yml Update shippable config (#3063) 9 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.