ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

Bump ansible-runner minimum version #188

Closed AlanCoding closed 1 year ago

AlanCoding commented 1 year ago

As I merge https://github.com/ansible/awx/pull/13608, it is expected that AWX users should be able to use this.

AlanCoding commented 1 year ago

I don't believe this is strictly necessary. Pulling it right now:

$ podman images
REPOSITORY                         TAG            IMAGE ID      CREATED        SIZE
quay.io/ansible/awx-ee             latest         bd3a8ea058e7  6 hours ago    1.51 GB

you get

$ podman run --rm --tty --interactive quay.io/ansible/awx-ee:latest /bin/bash
bash-5.1$ ansible-runner worker --help | grep keep
                             [--keepalive-seconds KEEPALIVE_SECONDS]
  --keepalive-seconds KEEPALIVE_SECONDS
                        Emit a synthetic keepalive event every N seconds of

So at least the main build process doesn't strictly need the pin, because it will take the most recent.