mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 13:50:20 +00:00
7522f150ae
Move role repo discovery to a script to avoid shell escaping issues. * Fix up argument_specs.yml. Signed-off-by: prombot <prometheus-team@googlegroups.com>
8 lines
160 B
YAML
8 lines
160 B
YAML
---
|
|
go_arch_map:
|
|
i386: '386'
|
|
x86_64: 'amd64'
|
|
aarch64: 'arm64'
|
|
armv7l: 'armv7'
|
|
armv6l: 'armv6'
|
|
_blackbox_exporter_repo: "prometheus/blackbox_exporter"
|