mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 09:04:20 +01:00
9 lines
519 B
Plaintext
9 lines
519 B
Plaintext
[elasticsearch-{{ es_major_version }}]
|
|
name=Elasticsearch repository for {{ es_major_version }} packages
|
|
baseurl={% if es_version | version_compare('5.0', '>=') %}https://artifacts.elastic.co/packages/{{ es_major_version }}/yum{% else %}http://packages.elastic.co/elasticsearch/{{ es_major_version }}/centos{% endif %}
|
|
|
|
gpgcheck=1
|
|
gpgkey={% if es_version | version_compare('5.0', '>=') %}https://artifacts.elastic.co/GPG-KEY-elasticsearch{% else %}http://packages.elastic.co/GPG-KEY-elasticsearch{% endif %}
|
|
|
|
enabled=1
|