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

@ -37,7 +37,7 @@
with_items: with_items:
- url: https://raw.githubusercontent.com/dehydrated-io/dehydrated/master/dehydrated - url: https://raw.githubusercontent.com/dehydrated-io/dehydrated/master/dehydrated
dest: /usr/local/bin/dehydrated dest: /usr/local/bin/dehydrated
- url: https://git.fws.fr/fws/dehydrated/raw/branch/master/dehydrated_hooks - url: https://git.lapiole.org/dani/dehydrated/raw/branch/master/dehydrated_hooks
dest: /usr/local/bin/dehydrated_hooks dest: /usr/local/bin/dehydrated_hooks
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
tags: web,ssl tags: web,ssl

View File

@ -9,8 +9,8 @@ samba_role: member
# The following settings are only needed when role is dc or member # The following settings are only needed when role is dc or member
# #
# Default samba domain will be your domain name without the TLD # Default samba domain will be your domain name without the TLD
# samba_domain: FWS # samba_domain: EXAMPLE
# samba_realm: ad.fws.fr # samba_realm: ad.example.org
# Must be defined manually # Must be defined manually
# samba_dc_admin_pass: # samba_dc_admin_pass:
@ -83,7 +83,7 @@ samba_file_src_ip: []
samba_trusted_domains: {} samba_trusted_domains: {}
# samba_trusted_domains: # samba_trusted_domains:
# - name: ad.fws.fr # - name: ad.other-domain.org
# admin_user: administrator # admin_user: administrator
# admin_pass: s3cret # admin_pass: s3cret

View File

@ -23,7 +23,7 @@ ad_private_groups: True
# sssd doesn't support cross forest approbations, but we can add the Linux box to the other domains # sssd doesn't support cross forest approbations, but we can add the Linux box to the other domains
ad_trusted_domains: "{{ samba_trusted_domains | default([]) }}" ad_trusted_domains: "{{ samba_trusted_domains | default([]) }}"
# ad_trusted_domains: # ad_trusted_domains:
# - name: ad.fws.fr # - name: ad.other-domain.org
# admin_user: administrator # admin_user: administrator
# admin_pass: s3cr3t. # admin_pass: s3cr3t.

View File

@ -1,9 +1,9 @@
--- ---
unifi_root_dir: /opt/unifi unifi_root_dir: /opt/unifi
unifi_version: 6.5.53 unifi_version: 6.5.54
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
unifi_archive_sha1: 17fc9cf63ffc24d38d2a9723ae6437e1161675db unifi_archive_sha1: f11da02cefef9817d62e49a3be2faf2e7248e89f
unifi_manage_upgrade: True unifi_manage_upgrade: True
unifi_http_port: 8080 unifi_http_port: 8080
unifi_https_port: 8443 unifi_https_port: 8443

View File

@ -18,7 +18,7 @@
- name: Checkout Addons script - name: Checkout Addons script
git: git:
repo: https://git.fws.fr/fws/zabbix-agent-addons.git repo: https://git.lapiole.org/dani/zabbix-agent-addons.git
dest: /var/lib/zabbix/addons dest: /var/lib/zabbix/addons
environment: environment:
- https_proxy: "{{ system_proxy | default('') }}" - https_proxy: "{{ system_proxy | default('') }}"

View File

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

View File

@ -112,7 +112,7 @@
- name: Install backup help script - name: Install backup help script
get_url: 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 dest: /opt/zimbra/bin/zmbh
mode: '0755' mode: '0755'
tags: zcs tags: zcs

View File

@ -21,10 +21,10 @@
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
mode: "{{ item.mode }}" mode: "{{ item.mode }}"
loop: 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 dest: /opt/zimbra/bin/zmldapsync
mode: 755 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 dest: /opt/zimbra/conf/zmldapsync.yml.dist
mode: 640 mode: 640
tags: zcs tags: zcs