is job isolation feature supported in AWX or is only availabe in ansible tower ?

Is job isolation feature supported in AWX or is it only availabe in ansible tower ?

Regards.

It’s supported in AWX, you might just need to do a little bit of work to get it turned on. It starts by turning this on in your deployment’s settings: https://github.com/ansible/awx/blob/devel/installer/roles/image_build/files/settings.py#L25-L26

You’ll need to sort out running the container in privileged mode also.