mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
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
This commit is contained in:
4
tools/ansible/roles/image_push/defaults/main.yml
Normal file
4
tools/ansible/roles/image_push/defaults/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
registry: quay.io
|
||||
awx_image: ansible/awx
|
||||
awx_image_tag: "{{ awx_version }}"
|
||||
Reference in New Issue
Block a user