mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2021-12-12 23:00
This commit is contained in:
parent
c7bb0b1a26
commit
c699767808
@ -37,7 +37,7 @@
|
||||
with_items:
|
||||
- url: https://raw.githubusercontent.com/dehydrated-io/dehydrated/master/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
|
||||
when: ansible_os_family == 'Debian'
|
||||
tags: web,ssl
|
||||
|
@ -9,8 +9,8 @@ samba_role: member
|
||||
# The following settings are only needed when role is dc or member
|
||||
#
|
||||
# Default samba domain will be your domain name without the TLD
|
||||
# samba_domain: FWS
|
||||
# samba_realm: ad.fws.fr
|
||||
# samba_domain: EXAMPLE
|
||||
# samba_realm: ad.example.org
|
||||
# Must be defined manually
|
||||
# samba_dc_admin_pass:
|
||||
|
||||
@ -83,7 +83,7 @@ samba_file_src_ip: []
|
||||
|
||||
samba_trusted_domains: {}
|
||||
# samba_trusted_domains:
|
||||
# - name: ad.fws.fr
|
||||
# - name: ad.other-domain.org
|
||||
# admin_user: administrator
|
||||
# admin_pass: s3cret
|
||||
|
||||
|
@ -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
|
||||
ad_trusted_domains: "{{ samba_trusted_domains | default([]) }}"
|
||||
# ad_trusted_domains:
|
||||
# - name: ad.fws.fr
|
||||
# - name: ad.other-domain.org
|
||||
# admin_user: administrator
|
||||
# admin_pass: s3cr3t.
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
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_sha1: 17fc9cf63ffc24d38d2a9723ae6437e1161675db
|
||||
unifi_archive_sha1: f11da02cefef9817d62e49a3be2faf2e7248e89f
|
||||
unifi_manage_upgrade: True
|
||||
unifi_http_port: 8080
|
||||
unifi_https_port: 8443
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
- name: Checkout Addons script
|
||||
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
|
||||
environment:
|
||||
- https_proxy: "{{ system_proxy | default('') }}"
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user