5 lines
207 B
Django/Jinja
5 lines
207 B
Django/Jinja
# Zookeeper Prometheus exporter arguments
|
|
# {{ ansible_managed }}
|
|
|
|
ARGS="-zk-hosts='{% for node in pvc_nodes if node.is_coordinator %}{{ node.hostname }}:2181{% if not loop.last %},{% endif %}{% endfor %}'"
|