mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-17 05:08:28 +00:00
10 lines
237 B
YAML
10 lines
237 B
YAML
---
|
|
go_arch_map:
|
|
i386: '386'
|
|
x86_64: 'amd64'
|
|
aarch64: 'arm64'
|
|
armv7l: 'armv7'
|
|
armv6l: 'armv6'
|
|
|
|
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
|
|
_prometheus_binary_install_dir: '/usr/local/bin'
|