adfinis / ansible-role-icinga2_agent

This role is used to install the icinga2 agent
GNU General Public License v3.0
0 stars 9 forks source link

Add Raspberry Pi / Raspbian support #20

Open gianklug opened 2 years ago

gianklug commented 2 years ago
ISSUE TYPE
SUMMARY

If a host in the inventory is a raspberry pi, the Debian Repo is added to the sources list. However this Repo doesn‘t support the armhf architechture and therefore using this repo doesn‘t work. There is an official Raspberry Pi Repository which should be installed instead of the Debian one. However, it is unclear wether Ansible can distinguish between Debian and Raspbian.

STEPS TO REPRODUCE

Run the playbook over a raspberry pi host

EXPECTED RESULTS

Correct raspberry pi repo gets installed

ACTUAL RESULTS

The incompatible debian repo is installed