Limit telegraf role to hosts with supporting arch
Temporary fix for https://github.com/LeSpocky/ansible-role-telegraf-docker-in-docker/issues/17
This commit is contained in:
parent
371f6b2907
commit
289ff674f9
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
roles:
|
||||
- role: lespocky.telegraf_docker_in_docker
|
||||
when: (ansible_architecture == "x86_64")
|
||||
vars:
|
||||
tdid_conf_dir: "/etc/telegraf"
|
||||
tdid_influxdb_org: "{{ influxdb_org }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue