NaC
NaC copied to clipboard
investigate webhooks and ansible callbacks
trafficstars
https://docs.ansible.com/ansible/latest/plugins/callback.html
We could send webhook alerts whenever someone runs ansible
https://docs.ansible.com/ansible/latest/collections/community/general/discord_module.html
sgtm
I think I can make a handler call a play, for example on an error, which has a specific embed or else, we might be able to make the handler play generic and programmatically define the embed.
sure