No description
Find a file
2016-11-02 20:14:45 -04:00
.github Update GitHub templates to reflect ansible/ansible (#2397) 2016-06-09 11:00:00 -04:00
cloud Fix elf and elf_facts documentation formatting (#3348) 2016-11-02 19:37:56 -04:00
clustering Make consul modules pass sanity test for python 3 2016-10-17 13:48:18 -07:00
commands Make expect module compile on python 3 2016-10-15 08:30:01 -07:00
crypto network: Add new module openssl_privatekey 2016-10-27 14:30:57 +02:00
database several fixes to doc to avoid breaking doc build 2016-11-02 20:14:45 -04:00
files Archive is being added in 2.3 rather than 2.2 2016-11-02 12:53:46 -07:00
identity Add verification for the arguments of opendj_backendprop (#3116) 2016-10-08 09:45:53 +02:00
infrastructure Fix broken entities reference in Katello module (#3136) 2016-10-15 09:07:51 +02:00
messaging rabbitmq_queue - Update requirements to show minimum version of requests (#2786) 2016-08-25 18:46:33 +02:00
monitoring Typo fix requested by marketing. 2016-10-31 09:10:32 -04:00
network Adds bigip_sys_global module (#3271) 2016-10-26 17:12:46 +01:00
notification Add TLS encyrption support to MQTT (#2700) 2016-10-25 06:17:38 +02:00
packaging Fix installation of environment groups 2016-11-02 07:28:04 -07:00
remote_management renamed bmc to remote_management to clarify 2016-08-23 10:53:57 -04:00
source_control Respect include.* directives by default. 2016-10-24 09:43:17 -04:00
storage Fix 'netapp_e_lun_mapping ... documentation error' (#2966) 2016-09-19 17:27:07 +02:00
system Minor fixes for openwrt_init for busybox ps and worthless exit codes 2016-10-31 08:50:35 -04:00
test/utils/shippable Removed tests migrated to ansible/ansible repo. (#3330) 2016-10-31 21:24:07 -07:00
univention Use addresses and names reserved for documentation (#2894) 2016-09-12 11:27:45 +02:00
web_infrastructure Remove incorrect statement, uri module doesn't require httplib2 anymore 2016-10-15 17:08:50 -07:00
windows win_nssm: set application directory on change of application binary (#3267) 2016-10-27 11:56:08 +02:00
.gitignore
__init__.py
CONTRIBUTING.md Point to GUIDELINES.md 2016-09-08 12:32:30 -04:00
COPYING
GUIDELINES.md Remove reference to ansible-validate-modules (#3256) 2016-10-20 18:41:13 +01:00
MAINTAINERS.md Update MAINTAINERS.md 2016-09-08 12:36:30 -04:00
README.md Update CI badge. 2016-09-16 23:13:20 -07:00
REVIEWERS.md Add new SMEs for Zabbix 2015-11-03 15:48:58 -05:00
shippable.yml Update shippable config (#3063) 2016-09-28 23:09:20 -07:00
VERSION Version bump for new beta 2.0.0-0.5.beta3 2015-11-13 16:47:22 -05:00

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.