x86_64-centos-awx/tools/ansible/roles/image_build/defaults/main.yml
2021-03-02 20:53:43 +08:00

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] }}'