haproxy-wi/app/scripts/ansible/roles/keepalived_exporter/vars/main.yml

6 lines
119 B
YAML

---
go_arch_map:
x86_64: "amd64"
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"