Commit graph

28 commits

Author SHA1 Message Date
David Reagan
8393b86a27 Added support for optionally creating the elasticsearch user and group before installing elasticsearch.
Renamed vars, set the tasks to use the es_user and es_group vars in elasticsearch-optional-user.yml. Modifed README.md to list the es_user_id and es_group_id vars, made note that both vars are required if they are used. Removed the commented out instances of the vars in defaults/main.yml.

Added es_user, es_group, es_user_id, es_group_id vars to config testing.

Made conditionals use explicit 'is defined' test.

Add tests for es_user_id and es_group_id.

Update defaults/main.yml and test/integration/config.yml to match master plus test config additions.
2016-04-13 09:42:12 -07:00
Dale McDiarmid
bc4ee9e0f1 Better error handling for plugin install and test for removal of logging.yml 2016-03-21 22:36:22 +00:00
gingerwizard
3c5adf9961 Merge pull request #60 from barryib/add-proxy-for-plugins-installation
Define a proxy for plugin installation
2016-03-21 21:57:59 +00:00
Dale McDiarmid
0fd1f34852 Fixes issue 70, Improves plugin management, Refactoring, Updates tests, Introduces multiple data dir support 2016-03-18 19:30:11 +00:00
Jonathan Strootman
cea242ff3c Updated README for template/script fileglobs
Issue #57
2016-03-09 16:55:48 -07:00
Jakob Reiter
492fdc3750 Fixed discovery.zen.ping.unicast.hosts example. <host>:<port> didn't work without code formating. 2016-02-06 13:00:30 +01:00
Jakob Reiter
504dded158 Fixed ubuntu 14.04 version typo 2016-02-06 12:53:14 +01:00
Thierno IB. BARRY
3f213a3b64 Define a proxy for plugin installation
Address the issue [ansible-elasticsearch
#4](https://github.com/elastic/ansible-elasticsearch/issues/4) which
add proxy for plugin installation and more generally es_proxy_host and
es_proxy_port for global usage.

Right now, it’s only used for plugins installation. In the futur, it
can be used (or defined) in the java_opts within the default file for
instance (elasticsearch.j2)
2016-01-27 17:37:07 +01:00
Dale McDiarmid
4aee0098ce Changes to restart correctly on multi node install 2016-01-15 22:13:51 +00:00
Robin Clarke
0767456e22 Clearer documentation around 2.x version selection 2016-01-11 14:28:01 +01:00
gingerwizard
0d76d2725c Update README.md 2015-12-23 20:02:03 +00:00
gingerwizard
4bea3e713b Update README.md 2015-12-18 12:43:04 +01:00
gingerwizard
14cb6a114c Merge pull request #35 from gingerwizard/master
2.0 support
2015-12-18 12:41:12 +01:00
Dale McDiarmid
50f1c6f153 2.0 documentation 2015-12-14 14:10:07 +00:00
Jakob Reiter
3f2adac2e0 Fixed CentOS version in README.md 2015-12-01 14:21:55 +01:00
Dale McDiarmid
1034995899 Fix for server spec debian 8 2015-11-27 22:52:36 +00:00
Dale McDiarmid
6c4289b2df Systemd temp path for Debian 8 2015-11-27 21:43:49 +00:00
Dale McDiarmid
70283110d8 Documentation Improvements 2015-11-27 20:10:41 +00:00
Dale McDiarmid
d7d144b638 Support for removing mlock + max open files + fix to documentation error 2015-11-27 13:17:09 +00:00
Dale McDiarmid
b2997cc0bc Additional tests + support for empty es_config + documentation 2015-11-26 17:26:28 +00:00
Dale McDiarmid
d34d5e6103 Changes to support Hash Map for Config 2015-11-24 17:32:36 +00:00
Dale McDiarmid
d19297adda Support for configuration per node and multiple nodes per server 2015-10-22 19:09:53 +01:00
Robin Clarke
444cab9cd2 Move to full-path plugins 2015-05-26 15:12:19 +02:00
Robin Clarke
568cef162a added docs for java_packages and java_repos 2015-05-13 14:24:15 +02:00
Robin Clarke
8020b9d134 More detailed docs 2015-05-13 14:22:04 +02:00
Robin Clarke
9dbc1babbb updated documentation 2015-05-13 13:45:13 +02:00
Robin Clarke
af5fdec2f2 Comment 2015-04-30 09:23:14 +02:00
Robin Clarke
ac20e3b55b first commit 2015-04-30 09:22:14 +02:00