mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
11 lines
426 B
YAML
11 lines
426 B
YAML
---
|
|
build_dev: false
|
|
kube_dev: false
|
|
dockerfile_dest: '../..'
|
|
dockerfile_name: 'Dockerfile'
|
|
template_dest: '_build'
|
|
|
|
# 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] }}'
|