7 lines
233 B
Text
7 lines
233 B
Text
|
|
user default on {{ default_password }} ~* &* +@all
|
||
|
|
{% if redis_acls is defined %}
|
||
|
|
{% for acl in redis_acls %}
|
||
|
|
user {{ acl.name }} on {{ hostvars[inventory_hostname][acl.name + '_password'] }} {{ acl.right }}
|
||
|
|
{% endfor %}
|
||
|
|
{% endif %}
|