Skip to content

Instantly share code, notes, and snippets.

View it-pappa's full-sized avatar

IT-Pappa it-pappa

  • Norway
View GitHub Profile
@it-pappa
it-pappa / Notification-fix-awx.md
Last active April 28, 2022 08:45
Mail notification fix AWX

Fix E-Mail notification error in AWX

When trying to send email notification in AWX you will get alerts that Email options have not been selected.
This is due to an bug in the option to choose TLS or SSL in the E-Mail template. To fix this:

Go to: http://awx-ip/api/v2/notification_templates/your-template/
All the way at the bottom, set:

@it-pappa
it-pappa / upgrade-ansible-version-awx.md
Last active May 1, 2023 11:11
Upgrade Ansible version in AWX

Upgrade Ansible version in AWX to latest Ansible devel

AWX 17 comes shipped with Ansible version 2.9.2*, but if you want to upgrade the Ansible version it can be some hassle. Here is how to upgrade the Ansible version for AWX :)

Note: the upgrade has to happen in the docker containers!

Login and run bash commands on the web container:

$ docker exec -it awx_web bash