mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
10
roles/repo_elasticsearch/tasks/install_RedHat.yml
Normal file
10
roles/repo_elasticsearch/tasks/install_RedHat.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- 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
|
Reference in New Issue
Block a user