mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
7 lines
345 B
YAML
7 lines
345 B
YAML
---
|
|
awx_image: quay.io/ansible/awx
|
|
|
|
# Helper vars to construct the proper download URL for the current architecture
|
|
tini_architecture: '{{ { "x86_64": "amd64", "aarch64": "arm64", "armv7": "arm" }[ansible_facts.architecture] }}'
|
|
kubectl_architecture: '{{ { "x86_64": "amd64", "aarch64": "arm64", "armv7": "arm" }[ansible_facts.architecture] }}'
|