role-goteleport/vars/main.yml

10 lines
210 B
YAML
Raw Normal View History

2023-02-16 14:15:37 +00:00
---
teleport_go_arch_map:
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'arm'
armv8l: 'arm64'
teleport_arch: "{{ teleport_go_arch_map[ansible_architecture] | default(ansible_architecture) }}"