mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
11 lines
317 B
YAML
11 lines
317 B
YAML
![]() |
---
|
||
|
- name: Add ElasticSearch repository
|
||
|
yum_repository:
|
||
|
name: elasticsearch
|
||
|
description: ElasticSearch
|
||
|
baseurl: https://artifacts.elastic.co/packages/oss-{{ es_major_version }}.x/yum
|
||
|
gpgcheck: True
|
||
|
repo_gpgcheck: True
|
||
|
gpgkey: https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||
|
tags: repo
|