Jakob Reiter
|
d403c81d67
|
Removed apt-mark (Debian version lock) as it was not working as expected.
Added a hint to the Readme to use (external) apt pinning
|
2015-09-14 17:04:47 +02:00 |
|
Jakob Reiter
|
68b6d6d9d6
|
Added instructions on how to add apt pinning using an external ansible role.
Closes #11
|
2015-09-14 12:17:16 +02:00 |
|
Jakob Reiter
|
74f094712b
|
Added task to wait for es to startup. Adding templates failed sometimes if startup wasn't completed
|
2015-09-14 12:15:30 +02:00 |
|
Jakob Reiter
|
eefcf56993
|
Changed minor version to 1.7.1, added new variable es_templates
|
2015-09-14 12:11:36 +02:00 |
|
Jakob Reiter
|
800bba2958
|
Use last working kitchen-docker version
|
2015-09-14 12:02:17 +02:00 |
|
Jakob Reiter
|
519182512f
|
Added task to install templates if es_templates is set
|
2015-09-14 10:32:20 +02:00 |
|
Jakob Reiter
|
8df08f5853
|
Added templates task. Moved version lock tasks into Distro specific tasks
|
2015-09-14 10:31:21 +02:00 |
|
Jakob Reiter
|
68a7a02dc3
|
Changed versionlock include name
|
2015-09-07 11:18:42 +02:00 |
|
Jakob Reiter
|
8e99d1bae1
|
Change versionlock command to first remove the lock and then add a new one based on the es_version variable
|
2015-09-07 11:08:52 +02:00 |
|
Jakob Reiter
|
bf31d9aa89
|
Added versionlock to elasticsearch-RedHat.yml as it has to be done before install
|
2015-09-07 11:05:47 +02:00 |
|
Jakob Reiter
|
32da49cc1f
|
Merge branch 'master' of github.com:jakommo/ansible-elasticsearch
Conflicts:
README.md
|
2015-08-04 14:19:02 +02:00 |
|
Jakob Reiter
|
69964ab776
|
Added new variables to Readme. Changed formating.
|
2015-08-04 14:10:34 +02:00 |
|
Jakob Reiter
|
a476a3c720
|
Update README.md
|
2015-08-04 09:40:43 +02:00 |
|
Jakob Reiter
|
efca9a0b5f
|
Update README.md
|
2015-08-04 09:18:50 +02:00 |
|
Jakob Reiter
|
43bfab9fcd
|
Update README.md
|
2015-08-04 09:05:01 +02:00 |
|
Jakob Reiter
|
cf8806d6bd
|
Update README.md
|
2015-08-03 21:37:39 +02:00 |
|
Jakob Reiter
|
fa78cf746d
|
Added new fariables to Readme. Changed formating.
|
2015-08-03 21:30:45 +02:00 |
|
Jakob Reiter
|
7d9d7204d9
|
Added funktionality to copy elasticsearch scripts from ansible host to elasticsearch server.
Closes #5
|
2015-08-03 15:26:46 +02:00 |
|
Jakob Reiter
|
12a3b037fa
|
Added include for elasticsearch scripts
|
2015-08-03 15:25:03 +02:00 |
|
Jakob Reiter
|
d006a0ce29
|
Added new variable for adding elasticsearch scripts
|
2015-08-03 15:14:29 +02:00 |
|
Jakob Reiter
|
138ad32c55
|
Failed to commit changes in tasks/main.yml in 441d323
|
2015-07-31 12:16:09 +02:00 |
|
Jakob Reiter
|
441d3238cf
|
Removed java list functionality, Closes #22. Simplified whole java task.
|
2015-07-31 11:34:09 +02:00 |
|
Jakob Reiter
|
2e7a21f31d
|
Use es_custom_package_url in EL if provided.
|
2015-07-28 17:04:22 +02:00 |
|
Jakob Reiter
|
d13bb2fe98
|
Changed variable name to es_pakage_url to reflect changes from 3dc934b
|
2015-07-28 11:29:56 +02:00 |
|
Jakob Reiter
|
4ddc73882c
|
Changed package url variable to es_package_url and added functionality to install from custom url via es_custom_package_url
|
2015-07-27 21:56:19 +02:00 |
|
Jakob Reiter
|
3dc934b7b4
|
Changed var name to es_package_url and removed unneeded url's
|
2015-07-27 21:54:25 +02:00 |
|
Jakob Reiter
|
2c72023881
|
Update apt cache before java install. Good idea to do this for first package and especialy needed for AWS/EC2
|
2015-07-27 21:49:09 +02:00 |
|
Jakob Reiter
|
a29ead8dc9
|
Added functionality to install rpm from elastic url instead of the repo.
|
2015-07-16 16:42:39 +02:00 |
|
Jakob Reiter
|
05043097b7
|
Merge pull request #27 from electrical/extend_testing
Add tests for new feature
|
2015-07-16 16:26:46 +02:00 |
|
Richard Pijnenburg
|
25b10ab479
|
Merge pull request #26 from jakommo/master
Changed conditions on tasks to just use boolean instead of a string.
|
2015-07-16 15:06:21 +01:00 |
|
Richard Pijnenburg
|
d0704e526a
|
Add tests for new feature
|
2015-07-16 15:56:09 +02:00 |
|
Jakob Reiter
|
e3ad5c654c
|
Changed conditions on tasks tho just use boolen instead of a string.
|
2015-07-16 13:33:29 +02:00 |
|
Jakob Reiter
|
68e00cd209
|
Merge pull request #25 from jakommo/master
Removed dots at end of task descriptions to have a common scheme
|
2015-07-16 11:57:50 +02:00 |
|
Jakob Reiter
|
50c7ff3c29
|
Removed dots at end of task descriptions to have a common scheme
|
2015-07-16 11:19:57 +02:00 |
|
Jakob Reiter
|
c5a207416a
|
Merge pull request #24 from jakommo/master
Added functionality to install .deb from an downloaded file instead of repository.
|
2015-07-15 21:00:05 +02:00 |
|
Jakob Reiter
|
e9a2fa5014
|
Added funktionality to download and install a .deb file instead of using
the apt repository.
|
2015-07-15 20:27:07 +02:00 |
|
Richard Pijnenburg
|
326f9f70ff
|
Merge pull request #23 from electrical/fix_ubuntu_ansible
Fix it correctly this time
|
2015-07-15 13:28:50 +01:00 |
|
Richard Pijnenburg
|
5e79f444f2
|
Fix it correctly this time
|
2015-07-15 14:28:19 +02:00 |
|
Richard Pijnenburg
|
7614315f04
|
Merge pull request #21 from electrical/acceptance/ubuntu
Add updated repo to ubuntu to use newer version of ansible
|
2015-07-15 12:04:09 +01:00 |
|
Richard Pijnenburg
|
1517433436
|
Add updated repo to ubuntu to use newer version of ansible
Required for new features
|
2015-07-15 12:27:48 +02:00 |
|
Jakob Reiter
|
0de743b843
|
Changed behavior of installing with ninor version supplied or not supplied to work with one task instead of two
|
2015-07-14 11:08:17 +02:00 |
|
Jakob Reiter
|
73962c3ce6
|
Merge branch 'master' of github.com:elastic/ansible-elasticsearch
|
2015-07-14 10:53:45 +02:00 |
|
Jakob Reiter
|
275b7748f1
|
Changed behavior of installing with ninor version supplied or not supplied to work with one task instead of two
|
2015-07-14 10:53:12 +02:00 |
|
Richard Pijnenburg
|
6120445b65
|
Merge pull request #19 from electrical/fix_ci
Disable Sudo since we wont need it
|
2015-07-13 12:00:13 +01:00 |
|
Richard Pijnenburg
|
ae266d62ab
|
Disable Sudo since we wont need it
|
2015-07-13 12:59:49 +02:00 |
|
Richard Pijnenburg
|
c574d0bec5
|
Merge pull request #18 from electrical/testing_centos7
[Testing] Make centos7 working
|
2015-07-10 10:10:24 +01:00 |
|
Richard Pijnenburg
|
02fb54401d
|
[Testing] Make centos7 working
Ugly hack for now but it works
|
2015-07-10 11:09:44 +02:00 |
|
Jakob Reiter
|
6d6b3e4efb
|
Merge pull request #17 from electrical/testing
Initial commit for acceptance testing
|
2015-07-09 16:31:50 +02:00 |
|
Richard Pijnenburg
|
f5a5fede0b
|
Initial commit for acceptance testing
Uses Kitchen-CI, kitchen-ansible and kitchen-docker components
Also uses serverspec.
Currently supports:
- CentOS 6, 7
- Debian 7, 8
- Ubuntu 14.04
|
2015-07-09 16:29:06 +02:00 |
|
Jakob Reiter
|
448094608b
|
Changed openjdk-7-jre to openjdk-7-jre-headless to avoid unneeded X dependencies. Closes #15
|
2015-07-09 16:05:55 +02:00 |
|