I enabled Email notification in awx console but when I tried to send test notification, it failed and found error “no route to host”. Please provide if any document to configure and enable the Email notification in awx 20 is much appreciated
You can exec into the task container with “kubectl exec -it deploy/awx -c awx-task – bash” and attempt to make a connection to your email server. If the connection fails there, then you’ll know this is an environment configuration issue (i.e. ports/routes, etc)
In awx-ee, awx-web and awx-task we don’t have mail client pkg(postfix) installed and configured. How can we install and configure the postfix mail client in awx deployment.
If you want to have some package installed in your EE, then i will advice you to prepare a new customized EE via ansible-builder to install additional packages i.e. postfix. And use that EE to run your jobs.
AWX Team please correct me if I have understood wrong.
But in Prd, we are not allowed to pull the customized images from docker or any other public repo’s. That’s the reason I need to customize the running awx-ee by using awx deployment what we did for hostalias. or else I need to customized the awx yaml file to build the awx deployment for installing and mapping the configuration files from scratch.
Below I need to customized the awx yaml
Installing required pkgs
mapping any configuration files(like /etc/tower/conf/custom.py and /etc/postfix/main.cf)
Can you elaborate how to create a custom EE, I am not familiar with ansible-builder so I’m a bit confused about how to create the custom EE. My requirement, need to enable email notification that’s it