2019-09-18 15:23:35 +00:00
|
|
|
#jinja2: lstrip_blocks: True
|
|
|
|
{{ ansible_managed | comment}}
|
2018-12-01 14:33:37 +00:00
|
|
|
{% for acl in ldap_proxy_acls %}
|
|
|
|
access to {{ acl.access_to | join(' ') }}
|
|
|
|
{% for item in acl.access_by %}
|
2018-12-01 14:51:13 +00:00
|
|
|
by {{ item }}
|
2018-12-01 14:33:37 +00:00
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|