mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/zimbra/templates/zmldapsync.yml.j2
Normal file
14
roles/zimbra/templates/zmldapsync.yml.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
general:
|
||||
notify:
|
||||
from: zimbra@{{ ansible_domain }}
|
||||
to: {{ system_admin_email }}
|
||||
|
||||
domains:
|
||||
{% for domain in zcs_domains.keys() %}
|
||||
{% if zcs_domains[domain].ldapsync is defined %}
|
||||
{{ domain }}:
|
||||
{{ zcs_domains[domain].ldapsync | to_nice_yaml(indent=2) | indent(width=4, first=True) }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user