Add telegraf_yum_baseurl for Rocky Linux (#147)

Rocky Linux is an alternative to CentOS 8
This commit is contained in:
maxwondercorn
2021-11-02 14:52:43 -04:00
committed by GitHub
parent 4b7d9713e3
commit 632fe13972

View File

@ -76,6 +76,7 @@ telegraf_yum_baseurl:
centos: "https://repos.influxdata.com/rhel/{{ telegraf_redhat_releasever }}/$basearch/stable"
default: "https://repos.influxdata.com/{{ ansible_distribution|lower }}/{{ telegraf_redhat_releasever }}/$basearch/stable"
redhat: "https://repos.influxdata.com/rhel/{{ telegraf_redhat_releasever }}/$basearch/stable"
rocky: "https://repos.influxdata.com/rhel/{{ telegraf_redhat_releasever }}/$basearch/stable"
telegraf_yum_gpgkey: "https://repos.influxdata.com/influxdb.key"
telegraf_win_install_dir: 'C:\Telegraf'