10 lines
210 B
YAML
10 lines
210 B
YAML
---
|
|
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) }}"
|