We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 377a17a + 47bb9fb commit cdc1746Copy full SHA for cdc1746
roles/loki/vars/Debian.yml
@@ -1,5 +1,8 @@
1
---
2
__loki_arch_map:
3
x86_64: 'amd64'
4
+ armv6l: 'arm'
5
+ armv7l: 'arm'
6
+ aarch64: 'arm64'
7
8
__loki_arch: "{{ __loki_arch_map[ansible_architecture] | default(ansible_architecture) }}"
roles/promtail/vars/Debian.yml
__promtail_arch_map:
__promtail_arch: "{{ __promtail_arch_map[ansible_architecture] | default(ansible_architecture) }}"
0 commit comments