dj-wasabi / ansible-telegraf

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

Adding support for arm64 systems #106

Closed remkade closed 5 years ago

remkade commented 5 years ago

Adds support for arm64 based systems (AWS a1.* instances).

Description of PR Sets the telegraf_agent_package_arch to armhf when ansible_architecture is arm64

Type of change Feature Pull Request

dj-wasabi commented 5 years ago

Thanks! 👍