Commit graph

1115 commits

Author SHA1 Message Date
Dale McDiarmid
a8a0676b59 Tests for role mapping 2016-09-19 14:39:36 +01:00
Dale McDiarmid
77612a9d8e Support for role mapping 2016-09-19 13:57:09 +01:00
Dale McDiarmid
1c16af1273 Merge pull request #154 from gingerwizard/master
Fix for 147
2016-09-19 13:47:43 +01:00
Dale McDiarmid
6470b01512 Wrong syntax 2016-09-19 13:18:34 +01:00
Dale McDiarmid
9985b287d0 Readme for questions 2016-09-19 13:05:26 +01:00
Dale McDiarmid
cfe6d1828a Fix for 147 2016-09-19 13:01:14 +01:00
Jakob Reiter
c2dede8958 Merge pull request #153 from jakommo/master
Added LICENSE file.
2016-09-19 12:01:08 +02:00
Jakob Reiter
9dfe3799c8 Added LICENSE file.
Closes #152
2016-09-19 11:47:57 +02:00
Johan De Meersman
c683b2ddec Allow unauthenticated package installs when es_apt_key is false 2016-09-06 11:28:15 +02:00
Dale McDiarmid
df0c61e93a Merge pull request #144 from gingerwizard/master
Merged in #130
2016-08-30 15:17:56 +01:00
Dale McDiarmid
95ef931ace Merged in #130 2016-08-30 15:04:28 +01:00
Dale McDiarmid
b4dfd3bb15 Merge pull request #143 from gingerwizard/master
138 changes missed
2016-08-30 13:23:10 +01:00
Dale McDiarmid
71e3e076f0 138 merges 2016-08-30 13:21:57 +01:00
Dale McDiarmid
db78b79013 Merge changes 2016-08-30 13:12:53 +01:00
Dale McDiarmid
de29766c9a Merge pull request #142 from gingerwizard/master
Merged changes from 138
2016-08-30 13:08:06 +01:00
Dale McDiarmid
907198d652 Remove errorenous reference to es_plugin_dir 2016-08-30 12:55:45 +01:00
Dale McDiarmid
7a2f0b43d2 Merged changes from 138 2016-08-30 12:30:54 +01:00
Dale McDiarmid
2322c7f513 Merge pull request #129 from gingerwizard/master
Xpack Support (inc. Shield) and Various Improvements
2016-08-30 12:12:46 +01:00
Dale McDiarmid
3c7fbbe3e0 Moving to 2.1.0 2016-08-30 12:01:39 +01:00
Dale McDiarmid
d94808d7e2 Merge remote-tracking branch 'elastic/master'
# Conflicts:
#	meta/main.yml
2016-08-30 11:58:36 +01:00
Dale McDiarmid
8915d5f9a5 httplib2 through pip for now 2016-08-30 11:37:24 +01:00
Dale McDiarmid
fbfbb66d56 Template management with files - no nasty shell commands 2016-08-30 10:38:54 +01:00
Dale McDiarmid
0aa00b477b Plugin listed error detection improved 2016-08-29 17:41:35 +01:00
Dale McDiarmid
4498c53ece Merge pull request #132 from CyVerse-Ansible/debian_version_lock
Debian version lock
2016-08-29 17:06:09 +01:00
Dale McDiarmid
aa284de281 Fix for variable rery 2016-08-29 17:04:12 +01:00
Dale McDiarmid
bd28fcebc4 Merge branch 'master' of github.com:gingerwizard/ansible-elasticsearch 2016-08-29 16:51:30 +01:00
Dale McDiarmid
dad4ce7512 Version changes 2016-08-29 16:51:02 +01:00
Dale McDiarmid
19fde303e7 Merge pull request #136 from bobbrez/bobbrez/fix-upstart-script
Make the Upstart script consistent with the systemd script
2016-08-29 16:43:23 +01:00
Dale McDiarmid
c72b1e3f68 Merge pull request #134 from CyVerse-Ansible/ansible-galaxy-version
Set ansible galaxy min version to `2.0`
2016-08-29 16:38:42 +01:00
Dale McDiarmid
e3c71a7fd6 Using python-httplib2 + retries for yum delays 2016-08-29 16:34:14 +01:00
Dale McDiarmid
0e5b01f50b Merge pull request #1 from dliappis/fix_epel_ci_timeouts
Disable EPEL during ci runs and fix timeouts
2016-08-29 16:25:09 +01:00
Dale McDiarmid
4034746bb4 Merge pull request #137 from jakommo/master
Use openjdk-8-jre-headless, if ubuntu >= 15.10
2016-08-29 16:14:52 +01:00
Johan De Meersman
0d095aeea3 Dodge deprecation warnings in plugin and template install by working as per http://docs.ansible.com/ansible/playbooks_conditionals.html#loops-and-conditionals 2016-08-17 16:16:22 +02:00
Johan De Meersman
f8e140708a Add support for custom Debian repository; allow repository key to be set to false. 2016-08-17 10:53:57 +02:00
Jakob Reiter
f471622348 Extended check for which openjdk version to use.
Needed because ubuntu 16.04 does not provide openjdk-7 packages anymore, which was the default package.
Now uses openjdk-8 package if ubuntu version >= 15.10
2016-08-10 18:17:34 +02:00
Jakob Reiter
5ad8d36453 Merge branch 'master' of github.com:elastic/ansible-elasticsearch 2016-08-10 17:51:31 +02:00
Bob Breznak
8e31cfbacf Make the Upstart script consistent with the systemd script 2016-08-03 14:50:14 -04:00
Jonathan Strootman
f599bbb3af Set ansible galaxy min version to 2.0 2016-07-27 15:44:01 -07:00
Jonathan Strootman
f4f242c7f4 Added version locking to Debian install 2016-07-27 15:29:23 -07:00
Jonathan Strootman
bd17d1f704 Removed unused version locking file 2016-07-27 15:27:49 -07:00
Dimitrios Liappis
208ccada51 Disable EPEL repo in kitchen CI
The EPEL repo referencing download.fedoraproject.org is frequently
timing out on yum install operations.
Disable the EPEL and puppetlabs repo with kitchen during CI builds.
2016-07-25 15:40:59 +03:00
Dimitrios Liappis
74cf95caa3 Merge branch 'master' of https://github.com/gingerwizard/ansible-elasticsearch 2016-07-25 15:32:36 +03:00
Dale McDiarmid
605baf9a96 More tests 2016-07-24 19:18:04 +01:00
Dale McDiarmid
5353524137 Remove debug statements 2016-07-24 17:48:42 +01:00
Dale McDiarmid
9eacd3a5e0 Fix for detecting es version changed 2016-07-24 17:39:44 +01:00
Dale McDiarmid
0a269a3d82 Fix for plugin version check 2016-07-24 16:17:39 +01:00
Dale McDiarmid
57fa9e432b Support for all xpack features through generic install + improved tests 2016-07-24 15:25:32 +01:00
Dale McDiarmid
fdf1bda155 Shield config tests + prevent use of xpack in version < 2.0 2016-07-24 12:25:34 +01:00
Dale McDiarmid
31cc54ddbc Templates now invoked as handler to cover edge cases 2016-07-24 01:10:07 +01:00
Dale McDiarmid
048fd63602 Change shield versions if ES changes version 2016-07-23 22:37:22 +01:00