veza/ansible/roles/sonarqube/templates/jmxremote.access.j2

4 lines
94 B
Text
Raw Normal View History

{% for user in sonarqube_jmx_user_list %}
{{ user['name'] }} {{ user['right'] }}
{% endfor %}