Telegraf: New package signing key
This commit is contained in:
parent
002c19f3ad
commit
e85b765e0e
|
@ -2,16 +2,16 @@
|
|||
# Server/Telegraf: Install and Setup Telegraf Monitoring - CentOS Version
|
||||
|
||||
- name: telegraf - Add telegraf repo
|
||||
become: yes
|
||||
become: true
|
||||
ansible.builtin.yum_repository:
|
||||
name: influxdb
|
||||
description: InfluxDB Repository
|
||||
baseurl: https://repos.influxdata.com/rhel/7/\$basearch/stable
|
||||
enabled: yes
|
||||
gpgcheck: yes
|
||||
gpgkey: https://repos.influxdata.com/influxdb.key
|
||||
gpgkey: https://repos.influxdata.com/influxdata-archive_compat.key
|
||||
- name: telegraf - Install telegraf
|
||||
become: yes
|
||||
become: true
|
||||
ansible.builtin.yum:
|
||||
name: telegraf
|
||||
state: latest
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
- name: telegraf - Add telegraf repo key
|
||||
become: yes
|
||||
ansible.builtin.apt_key:
|
||||
url: https://repos.influxdata.com/influxdb.key
|
||||
url: https://repos.influxdata.com/influxdata-archive_compat.key
|
||||
state: present
|
||||
- name: telegraf - Add telegraf repo
|
||||
become: yes
|
||||
|
|
Loading…
Reference in a new issue