AWX 18.0.0 on raspberry pi?

Hi,

I remember there was some work done not too long ago to make AWX work on a raspberry pi - would it still work? Maybe deployed inside K3S on a Pi 4 with 8gig memory?

Cheers
MH

I don’t think there are awx arm images being built. So short answer would be no.

So you have two choices, built your own, see https://github.com/ansible/awx/issues/7051 // https://github.com/ansible/awx/pull/7607 that should work.

Or you can use a small x86_64 VM. I am testing awx 18 installed via operator on k3s with 10gb memory, and it’s not even all memory available.

Greetings

Klaas

there are no images anymore for ANY architecture since 18.0.0...

cheers
Mathias

I think you're looking at the wrong place, it moved to quay

https://quay.io/repository/ansible/awx?tab=tags

:smiley:

Greetings

Klaas

The question I'm actually asking is:

will https://github.com/ansible/awx/blob/devel/INSTALL.md work if minikube is running on a raspberry pi?