Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# {{ ansible_managed }}
# 2023122901
# 2026042901

[influxdb]
name = InfluxDB Repository - RHEL $releasever
{% if repo_influxdb__mirror_url is defined and repo_influxdb__mirror_url | length %}
baseurl={{ repo_influxdb__mirror_url }}/influxdb/rhel/$releasever/x86_64/stable
# influxdata-archive-keyring is a "recommended" / optional package for influxdb and will installed when influxdb ist installed.
# installing influxdata-archive-keyring will result in having an additional repo called "influxdata" on the server. that repo provides the influxdb package too which will collide with the influxdb repo and therefore overwrite the repo_influxdb__mirror_url.
exclude = influxdata-archive-keyring
{% else %}
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
{% endif %}
Expand Down
Loading