dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

Add variable for openSUSE RPM repository #151

Closed kingphil closed 2 years ago

kingphil commented 2 years ago

Description of PR Removes a hard-coded openSUSE repo URL, allowing for it to be overridden.

Type of change Bugfix Pull Request

Fixes an issue The telegraf RPM in the openSUSE_Factory repo has been broken for a year or more. (There is a missing dependency on glibc for that binary.) This PR provides enough flexibility to override the repo URL. In my case, I have a handful of Leap 15.1 and 15.3. The binaries from those repositories work perfectly for their respective versions.

dj-wasabi commented 2 years ago

Thanks! 👍