From e523d094816e6e64ce4dcf3d96904e831a150f27 Mon Sep 17 00:00:00 2001 From: Olivier Navas Date: Sun, 11 Aug 2024 22:46:10 +0200 Subject: [PATCH] Ajout paquets python dnspython et python-ldap + collection healthchecks --- bindep.txt | 2 ++ requirements.txt | 2 ++ requirements.yml | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/bindep.txt b/bindep.txt index 1e334dd..61cfdef 100644 --- a/bindep.txt +++ b/bindep.txt @@ -14,3 +14,5 @@ gcc-c++ [platform:rpm compile] make [platform:rpm compile] openssl-devel [platform:rpm compile] ca-certificates [platform:rpm] +python-devel [platform:rpm compile] +openldap-devel [platform:rpm compile] diff --git a/requirements.txt b/requirements.txt index e3c047e..2739f4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,5 @@ pytz==2024.1 ovh==1.2.0 proxmoxer==2.0.1 passlib==1.7.4 +dnspython==2.6.1 +python-ldap==3.4.4 diff --git a/requirements.yml b/requirements.yml index ae46352..c7c226e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -15,3 +15,8 @@ collections: - name: https://github.com/synthesio/infra-ovh-ansible-module.git type: git version: 5.10.3 + - name: https://github.com/ansible-collections/community.healthchecksio.git + type: git + version: self-hosted + +