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
René Moser 8fae447ee8 apk: fix LANG != C while parsing stdout (#2689) 8 years ago
.github
bmc Add ipmi modules for power and boot management (#2550) 8 years ago
cloud make sure nic is always defined (#2678) 8 years ago
clustering Pass through YAML parsed object instead of string. (#2347) 8 years ago
commands
database return a proper result set for getmaster/getslave (#2595) 8 years ago
files Merge pull request #2323 from bendoh/bendoh-archive-module 8 years ago
messaging RabbitMQ-Binding - Allow empty routing key (#2674) 8 years ago
monitoring Use open_url directly to avoid failing tests. (#2680) 8 years ago
network Bugfixes and code style (#2627) 8 years ago
notification Use HTTPS instead of legacy HTTP for ansible.com (#2636) 8 years ago
packaging apk: fix LANG != C while parsing stdout (#2689) 8 years ago
source_control Improve module docs (#2638) 8 years ago
system [FIX] Bug report: ufw: interface option causes an error (1.9.4) (#1491) (#2668) 8 years ago
test fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st 8 years ago
web_infrastructure
windows updated documentation for win_package (#2677) 8 years ago
.gitignore
.travis.yml Add ipmi modules for power and boot management (#2550) 8 years ago
CONTRIBUTING.md
COPYING
MAINTAINERS.md
README.md
REVIEWERS.md
VERSION
__init__.py
shippable.yml Enable FreeBSD tests on Shippable. (#2648) 8 years ago
test-docs.sh

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.