From a5bfc87852db49ee083d34aa60cda703fa4ee342 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 13 May 2025 10:00:10 +0200 Subject: [PATCH] Update to 2025-05-13 10:00 --- roles/ldap2pg/defaults/main.yml | 4 ++-- roles/nomad/templates/nomad.service.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ldap2pg/defaults/main.yml b/roles/ldap2pg/defaults/main.yml index 192ac40..9bd1abd 100644 --- a/roles/ldap2pg/defaults/main.yml +++ b/roles/ldap2pg/defaults/main.yml @@ -1,13 +1,13 @@ --- # The version of ldap2pg to deploy -ldap2pg_version: 6.2 +ldap2pg_version: '6.4.0' # The URL where the ldap2pg archive can be fetched ldap2pg_archive_url: https://github.com/dalibo/ldap2pg/releases/download/v{{ ldap2pg_version }}/ldap2pg_{{ ldap2pg_version }}_linux_amd64.tar.gz # The expected sha256 checksum of the archive -ldap2pg_archive_sha256: 875fbee44c3831907e84fbc24cb80f6badccc33310c7b4cbe6346d9ac405f565 +ldap2pg_archive_sha256: 038301980136629ad6be4f7e0e5cb74bc41a8448d2320edaa7c9905fcc3e39e5 # How often ldap2pg will sync (eg hourly, '*:0:15', systemd timer syntaxe) ldap2pg_sync_freq: hourly diff --git a/roles/nomad/templates/nomad.service.j2 b/roles/nomad/templates/nomad.service.j2 index b0ff475..e08c452 100644 --- a/roles/nomad/templates/nomad.service.j2 +++ b/roles/nomad/templates/nomad.service.j2 @@ -35,7 +35,7 @@ TasksMax=infinity OOMScoreAdjust=-1000 {% if nomad_conf.client.enabled %} # Give Nomad some time to drain the node -TimeoutStopSec=3600 +TimeoutStopSec=300 {% endif %} [Install]