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
Michael Scherer 38dc03313e Make zabbix modules compile on python 3
Since the module is not compatible with python 2.4, we
do not need to use the get_exception trick
9 years ago
.github
cloud ovirt_auth: fix type and password leak (#3119) 9 years ago
clustering remove duration from lock delay as seconds are the only granularity supported. (#2877) 10 years ago
commands Make expect module compile on python 3 9 years ago
database Make redis run on python 3 9 years ago
files Fix `archive` truncating archived file names based on prefix length (#3124) 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
monitoring Make zabbix modules compile on python 3 9 years ago
network Make dnssimple compile on python 3 9 years ago
notification Update irc.py (#3144) 9 years ago
packaging openbsd_pkg: Use correct part of name in match. (#3151) 9 years ago
remote_management
source_control Make sure that the token is not printed in log (#3115) 9 years ago
storage Fix 'netapp_e_lun_mapping ... documentation error' (#2966) 9 years ago
system Fix crypttab (#3121) 9 years ago
test Make zabbix modules compile on python 3 9 years ago
univention Use addresses and names reserved for documentation (#2894) 10 years ago
web_infrastructure Remove incorrect statement, uri module doesn't require httplib2 anymore 9 years ago
windows win_scheduled_task: fix days_of_week var command typo (#3198) 9 years ago
.gitignore
CONTRIBUTING.md
COPYING
GUIDELINES.md Remove Travis config since we only use Shippable. (#2975) 9 years ago
MAINTAINERS.md
README.md Update CI badge. 10 years ago
REVIEWERS.md
VERSION
__init__.py
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.