Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to support both RPM and YUM based distros. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated to support both RPM and YUM based distros. #1

wants to merge 1 commit into from

Conversation

jdrowe
Copy link

@jdrowe jdrowe commented Dec 2, 2015

Also updated to support multiple versions of Elasticsearch

Also updated to support multiple versions of Elasticsearch
- name: Import Elasticsearch key
apt_key: url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present
- name: Add Elasticsearch Repo
apt_repository: repo="deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" state=present
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.x should be replaced by {{ elasticsearch_version }}.

@jtyr
Copy link
Contributor

jtyr commented Dec 2, 2015

Thanks for your PR. Unfortunately I don't have write access to this repo any more so if you want to contribute to this role, please send your PR to this repo:

https://github.com/jtyr/ansible-elasticsearch

@jdrowe
Copy link
Author

jdrowe commented Dec 2, 2015

No problem. I will make the suggested edits and change the pull-request to the other repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants