mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-07 03:58:49 +02:00
15 lines
428 B
YAML
15 lines
428 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Configure vector repo
|
||
|
yum_repository:
|
||
|
name: vector
|
||
|
description: Vector
|
||
|
baseurl: https://yum.vector.dev/stable/vector-0/$basearch/
|
||
|
gpgcheck: True
|
||
|
gpgkey:
|
||
|
- https://keys.datadoghq.com/DATADOG_RPM_KEY_CURRENT.public
|
||
|
- https://keys.datadoghq.com/DATADOG_RPM_KEY_B01082D3.public
|
||
|
- https://keys.datadoghq.com/DATADOG_RPM_KEY_FD4BF915.public
|
||
|
priority: 1
|
||
|
tags: repo,vector,log
|