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
bmildren 9d51f82395 add support for proxysql (#2917)
* Adding support for proxysql

* Moved and restricted imports, updated exception handling

* Updated version_added, and mysqldb_found constant name

* Removed unnecessary parentheses
9 years ago
.github Update GitHub templates to reflect ansible/ansible (#2397) 10 years ago
cloud Code cleanup. 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
crypto network: Add new module openssl_privatekey 9 years ago
database add support for proxysql (#2917) 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 Typo fix requested by marketing. 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 Fix installation of environment groups 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 Minor fixes for openwrt_init for busybox ps and worthless exit codes 9 years ago
test/utils/shippable Removed tests migrated to ansible/ansible repo. (#3330) 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 win_nssm: set application directory on change of application binary (#3267) 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.