This setup lets you run your Ansible playbook automatically (for example, via a daily cron job) and receive notifications from your ntfy.sh server about the status.
To do this, the we can use the callback plugin Ansible feature.
You can run the playbook and set the required environment variables however you like.
I chose to do it in a bash script ansible-playbook.sh, and run that script in my cron job.