awx mail notifications

Hi everyone, I am starting with awx and I am stuck on a topic. I comment on the scenario. For my new job I urgently need to configure the custom messages via mail to notify about the creation of vms.

The documentation is not helping me to make the described configurations. I really need to show a client that I can do this.

I am running awx 17.1.0 on CentOS 8.0. I do not understand how or where to modify the configuration files so that the awx gui takes me the variables that I want to modify

Could you help me?. greetings and thanks

Hi,

I use mails directly in ansible:

https://docs.ansible.com/ansible/latest/collections/community/general/mail_module.html

but there is also a awx specific solution (that I have never tried though):

https://docs.ansible.com/ansible-tower/latest/html/userguide/notifications.html

Greetings

Klaas

Thank you so much for your answer. I’m going to read the links that you passed to me. I fundamentally have a question that I cannot answer myself, which is if it is in the awx_task docker where the variables are modified.

You configure notifications in the web UI. Most (all?) awx config is done either there or the REST API though, rather than config files.