mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fairly big commit, this does: - Any host including zabbix_agent will now register iteself with the server This means we can drop auto-registration once it's tested - Any host with a "bmc:" entry in host_vars will add items/triggers to monitor it This means we don't need separate "hosts" for the MGMT interfaces - Reverted to a single base template The split ones were overkill, we can handle the builders with host macros - Added defaults to the roles This lets us override the connection vars from host/group vars (useful for testing) - Lint & minor cleanup Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>