Creating Grafana Alerts using Ansible

I have a set of Alerts rules that needs to be created in Grafana, how do I automate this process using Ansible.
I see we have these 2 Ansible collections related to Grafana:

  1. grafana.grafana
  2. community.grafana

But none of these has any modules for configuring Alerts in Grafana.

Thanks in advance.