Dale McDiarmid
d3d9bbca17
Templates load user credentials if provided
2016-07-23 20:18:58 +01:00
Dale McDiarmid
4a86c9c482
Multi tests plugin directories correct
2016-07-23 19:51:53 +01:00
Dale McDiarmid
d73e515de3
Test improvements for xpack + httplib2 support
2016-07-23 19:48:50 +01:00
Dale McDiarmid
a149328ae8
Test fixes + ensuring node is started for templates
2016-07-23 16:41:37 +01:00
Dale McDiarmid
ab592724d8
Initial Shield support + latest gems + single plugin dir + new port/host vars
2016-07-22 23:44:27 +01:00
Dale McDiarmid
f71c07d799
Merge pull request #123 from gingerwizard/master
...
Support for downgrade of packages on debian + doc updates
2016-07-20 15:07:55 +01:00
Dale McDiarmid
6f968bd789
New params in docs
2016-07-20 15:06:46 +01:00
Dale McDiarmid
d75961c25f
Support for package downgrade
2016-07-20 14:59:10 +01:00
Dale McDiarmid
0cdc83d918
Support for package downgrade
2016-07-20 14:57:21 +01:00
Dale McDiarmid
bc4eeb4f1f
Merge pull request #122 from gingerwizard/master
...
107 changes
2016-07-20 13:52:07 +01:00
Dale McDiarmid
5982dad832
107 changes
2016-07-20 13:51:14 +01:00
Dale McDiarmid
bd6ad746f2
Merge pull request #121 from gingerwizard/master
...
Changes from Pull Request 109
2016-07-20 13:37:18 +01:00
Dale McDiarmid
8f0f3f70fa
remove .orig
2016-07-20 13:18:41 +01:00
Dale McDiarmid
97db0bde87
Merge branch 'fix_bug_in_plugins'
...
Conflicts in plugins resolved
2016-07-20 13:16:35 +01:00
Dale McDiarmid
f2af89972e
Add defined check and merged 109
2016-07-20 13:15:51 +01:00
Dale McDiarmid
38b9f70586
No changes
2016-07-20 13:05:18 +01:00
Dale McDiarmid
407ad6223b
Merge pull request #120 from gingerwizard/master
...
Fix for template fileglob not being defined + initial shield files
2016-07-20 12:49:21 +01:00
Dale McDiarmid
59bdee229d
Fix if template file globs are not defined
2016-07-20 12:47:34 +01:00
Dale McDiarmid
6160207b6f
Shield tag
2016-07-08 14:49:21 +01:00
Dale McDiarmid
0d80dde1ef
Initial Shield Files
2016-07-08 14:48:10 +01:00
Dale McDiarmid
1029dc4680
Merge pull request #106 from emanuelis/master
...
LimitNOFILE configurable by es_max_open_files
2016-07-08 13:11:14 +01:00
Dale McDiarmid
03f4a8f0f2
Merge pull request #102 from CyVerse-Ansible/task-tags
...
Allow for selective command line task execution
2016-07-08 13:10:01 +01:00
Dale McDiarmid
e6951b0825
Merge pull request #112 from marji/java-ver-issue99
...
enable specify java version (package name)
2016-07-08 13:09:22 +01:00
Emanuelis
1d104d77b5
es_max_open_files default value changed to 65536
2016-06-29 10:56:32 +03:00
Marji Cermak
d9d8810b62
enable specify java package name
...
If es_java variable is set, it will use that as the java package name
instead of the default package.
2016-06-05 15:43:09 +10:00
Дехтярёв Евгений Артурович
ef1f19ab09
added new lines in tasks/elasticsearch-Debian.yml and tasks/elasticsearch-RedHat.yml
2016-05-26 07:37:33 +06:00
Дехтярёв Евгений Артурович
01401f9d55
fix for ES plugins install
2016-05-25 19:24:58 +06:00
Emanuelis
19a794dafb
LimitNOFILE configurable by es_max_open_files
2016-05-16 13:22:07 +03:00
Jonathan Strootman
250b0de300
Updated README with statement about ansible tags
2016-05-03 09:56:16 -07:00
Jonathan Strootman
87bbff5279
Add always tags to set_fact tasks
...
Small correction to `when` clause in `tasks/elasticsearch-plugins.yml`.
2016-04-26 12:11:13 -07:00
Jonathan Strootman
aa129e4eb4
Add tags to main.yml
2016-04-26 11:45:11 -07:00
gingerwizard
e14ebe06ab
Merge pull request #98 from winder/master
...
Make an example in the README more readable.
2016-04-20 17:06:41 +01:00
Will Winder
fee6270f66
Make an example in the README more readable.
2016-04-20 11:45:29 -04:00
gingerwizard
7d94121017
Merge pull request #75 from LaneCommunityCollege/optional_user
...
For #36 - Add support for creating optional elasticsearch user and group
2016-04-16 12:30:46 +01:00
gingerwizard
6a4eb9788c
Merge pull request #97 from gingerwizard/master
...
Java - Correct use of cache update and state
2016-04-16 11:47:41 +01:00
Dale McDiarmid
496af8b2ab
Yum to not update cache
2016-04-16 11:31:50 +01:00
Dale McDiarmid
34899bde24
Idempotent Java
2016-04-16 11:22:27 +01:00
gingerwizard
6dea60f938
Merge pull request #96 from gingerwizard/master
...
Build improvements
2016-04-16 08:06:44 +01:00
Dale McDiarmid
50155e79cb
Optimised testing images
2016-04-15 23:17:10 +01:00
Dale McDiarmid
b246a63979
No need to install ansible as provided by images
2016-04-15 17:10:00 +01:00
Dale McDiarmid
53f5d61fe5
Gem lock + standard images
2016-04-15 17:04:31 +01:00
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
1514687034
Cluster Name documentation was wrong - es_cluster_name is not supported. Use config map
2016-04-04 18:29:06 +01:00
gingerwizard
e62af4a786
Merge pull request #92 from gingerwizard/master
...
Gem Fix
2016-04-04 00:02:45 +01:00
Dale McDiarmid
cba5bf8f11
Gem Fix
2016-04-03 23:33:15 +01:00
gingerwizard
1f322549a9
Merge pull request #91 from gingerwizard/master
...
New images optimised for local network
2016-04-03 23:05:42 +01:00
Dale McDiarmid
8d438c1903
New images optimised for local network
2016-04-03 18:49:47 +01:00
gingerwizard
205840a5e4
Merge pull request #88 from qk4l/master
...
Removed bare variables
2016-04-03 18:37:00 +01:00
Jakob Reiter
db2ef1a223
Merge branch 'master' of github.com:elastic/ansible-elasticsearch
2016-04-03 18:47:05 +02:00
gingerwizard
2b5d7c3ad3
Merge pull request #83 from jakommo/master
...
Merged debian init script changes from elasticsearch
2016-04-03 15:56:46 +01:00