community.general/lib/ansible/modules/database
Daniel Schneller 40b1ecf38a Add src parameter to elasticsearch_plugin (#39915)
* Add src parameter to elasticsearch_plugin

Previously specifying a URL or a file name (which is supported by the
Elasticsearch plugin tooling) would not work correctly with Ansible, because the
detection of the current installation state did not handle this well.

This commit adds a new "src" parameter for the module, which can be specified in
addition to the plugin name. It will be used to retrieve the plugin from
a custom location while keeping the final plugin name available to determine if
it is already present or not.

The url parameter remains for ES 1.x compatiblity.

* Fix sanity test errors

* Add version_added for src option

* Increase first added version to 2.7
2018-07-20 11:40:11 -04:00
..
influxdb influxdb_query: fix use of common return results (#39626) 2018-05-05 14:11:42 +02:00
misc Add src parameter to elasticsearch_plugin (#39915) 2018-07-20 11:40:11 -04:00
mongodb Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
mssql Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
mysql Add support for mysqldump --ignore-table switch (#33065) 2018-05-28 17:31:55 +05:30
postgresql postgresql_user: set encrypted as default and fix empty password reporting changed (#36931) 2018-05-21 14:49:44 -05:00
proxysql Added docs fragment for proxysql (#32502) 2017-12-19 12:12:19 +00:00
vertica Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
__init__.py