ansible-role-elasticsearch/tasks
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
..
checkParameters.yml Define a proxy for plugin installation 2016-01-27 17:37:07 +01:00
elasticsearch-config.yml Scripts and Templates to use default files directory 2016-03-21 13:21:35 +00:00
elasticsearch-Debian-version-lock.yml Added functionality to hold or lock a deb/rpm package to currently installed version if es_version_lock is set to true. Closes #11 2015-07-07 15:11:21 +02:00
elasticsearch-Debian.yml Support for configuration per node and multiple nodes per server 2015-10-22 19:09:53 +01:00
elasticsearch-optional-user.yml Added support for optionally creating the elasticsearch user and group before installing elasticsearch. 2016-04-13 09:42:12 -07:00
elasticsearch-plugins.yml Merge pull request #88 from qk4l/master 2016-04-03 18:37:00 +01:00
elasticsearch-RedHat-version-lock.yml Change versionlock command to first remove the lock and then add a new one based on the es_version variable 2015-10-19 14:47:54 +02:00
elasticsearch-RedHat.yml Support for configuration per node and multiple nodes per server 2015-10-22 19:09:53 +01:00
elasticsearch-scripts.yml Scripts and Templates to use default files directory 2016-03-21 13:21:35 +00:00
elasticsearch-service.yml Issue 40 + refactoring for better layout and more efficient restart process 2016-01-18 14:37:15 +00:00
elasticsearch-templates.yml Fix for copying ES templates if es_templates_fileglob was specified 2016-03-31 10:51:21 +03:00
elasticsearch-version-lock.yml Added functionality to hold or lock a deb/rpm package to currently installed version if es_version_lock is set to true. Closes #11 2015-07-07 15:11:21 +02:00
elasticsearch.yml Added support for optionally creating the elasticsearch user and group before installing elasticsearch. 2016-04-13 09:42:12 -07:00
java.yml Support for configuration per node and multiple nodes per server 2015-10-22 19:09:53 +01:00
main.yml Fixes issue 70, Improves plugin management, Refactoring, Updates tests, Introduces multiple data dir support 2016-03-18 19:30:11 +00:00