Update to 2021-12-12 23:00

This commit is contained in:
Daniel Berteaud
2021-12-12 23:00:31 +01:00
parent c7bb0b1a26
commit c699767808
8 changed files with 19 additions and 19 deletions

View File

@@ -45,24 +45,24 @@ zcs_letsencrypt: False
# Domain and their configuration. Used to sync LDAP with Zimbra
zcs_domains: {}
# zcs_domains:
# fws.fr:
# public_url: https://zm.fws.fr
# admin_url: https://zm.fws.fr:9071
# example.org:
# public_url: https://zm.example.org
# admin_url: https://zm.example.org:9071
# ldapsync:
# ldap:
# servers:
# - ldap://dc1.fws.fr:389
# - ldap://dc1.example.org:389
# schema: ad
# bind_dn: CN=Zimbra,OU=Apps,DC=fws,DC=fr
# bind_dn: CN=Zimbra,OU=Apps,DC=example,DC=org
# bind_pass: s4cr3t.
# users:
# base: OU=People,DC=fws,DC=fr
# base: OU=People,DC=example,DC=org
# filter: (mail=*)
# groups:
# base: OU=Groups,DC=fws,DC=fr
# base: OU=Groups,DC=example,DC=org
# cas:
# enabled: False
# server_url: https://sso.fws.fr/cas
# server_url: https://sso.example.org/cas
zcs_domain_defaults:
cas:

View File

@@ -112,7 +112,7 @@
- name: Install backup help script
get_url:
url: https://git.fws.fr/dani/zimbra/raw/branch/master/zmbh/zmbh.pl
url: https://git.lapiole.org/dani/zimbra/raw/branch/master/zmbh/zmbh.pl
dest: /opt/zimbra/bin/zmbh
mode: '0755'
tags: zcs

View File

@@ -21,10 +21,10 @@
dest: "{{ item.dest }}"
mode: "{{ item.mode }}"
loop:
- url: https://git.fws.fr/dani/zimbra/raw/branch/master/zmldapsync/zmldapsync.pl
- url: https://git.lapiole.org/dani/zimbra/raw/branch/master/zmldapsync/zmldapsync.pl
dest: /opt/zimbra/bin/zmldapsync
mode: 755
- url: https://git.fws.fr/dani/zimbra/raw/branch/master/zmldapsync/zmldapsync.yml
- url: https://git.lapiole.org/dani/zimbra/raw/branch/master/zmldapsync/zmldapsync.yml
dest: /opt/zimbra/conf/zmldapsync.yml.dist
mode: 640
tags: zcs