mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
7 lines
340 B
YAML
7 lines
340 B
YAML
---
|
|
create_preload_data: true
|
|
|
|
# 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] }}'
|