Announcing AWX 9.0.0

Hey everyone,

We’re excited to announce a new major version of AWX, 9.0.0.

Here are some of the notable changes:

For a full list of commits included in this release, see the tag page on GitHub: https://github.com/ansible/awx/releases/tag/9.0.0

Hi ,

Is there any source code for AWX without docker, so that we can customize and make it use for our own purpose?

Thanks,
Gaffar

Depending on your requirements, you can customize the Docker images, installing the software you need, etc. Then, in the inventory file, change the repository, image and/or version.

Hi ,

I need to install AWX without docker or docker compose stuff. And I want the source code also. So that I can customize the code depending on our business requirement.

Please guide me.

Thanks,
Gaffar

Try this:

https://awx.wiki/

Hi ,

I am not finding any source code for AWX in https://awx.wiki/. I want a AWX source code without docker stuff. Please any one guide me.

Thanks,
Gaffar

a 2 second google search and you find this:

https://github.com/ansible/awx

This is the source code for the awx project.

There is no source code without docker. AWX is build on docker containers, and my understanding is there are no plans to change that.

Just as a friendly warning, the dependency chain for all the python modules used by AWX is fairly large. Do be cautious, if building from source, that “pip install” steps occur inside a “vortualenv” to avoid any conflicts with the operating system based python modules.

Nico Kadel-Garcia

Senior DevOps Engineer

Cengage Learning

200 Pier Four Blvd.

Boston, MA 02210

nico.kadel-garcia@cengage.com