mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-11 12:00
This commit is contained in:
@@ -71,3 +71,8 @@ connect {
|
||||
enabled = true
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
acl {
|
||||
enabled = {{ consul_conf.acl.enabled | ternary('true', 'false') }}
|
||||
default_policy = "{{ consul_conf.acl.default_policy }}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user