Shane McDonald c9b53cf975
Refactor image_build and image_push roles
Primary changes are:

- Generalized variable names (remove "docker")
- Add explicit "push" variable rather than checking if the "registry" variable is defined.
- Allow for passing in version as build arg
2021-10-12 18:59:13 -04:00

5 lines
80 B
YAML

---
registry: quay.io
awx_image: ansible/awx
awx_image_tag: "{{ awx_version }}"