8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
{% for acl in ldap_proxy_acls %}
|
||
|
access to {{ acl.access_to | join(' ') }}
|
||
|
{% for item in acl.access_by %}
|
||
|
{{ item }}
|
||
|
{% endfor %}
|
||
|
{% endfor %}
|