Ajout paquets python dnspython et python-ldap + collection healthchecks
This commit is contained in:
parent
f9712ae42a
commit
e523d09481
3 changed files with 9 additions and 0 deletions
|
@ -14,3 +14,5 @@ gcc-c++ [platform:rpm compile]
|
||||||
make [platform:rpm compile]
|
make [platform:rpm compile]
|
||||||
openssl-devel [platform:rpm compile]
|
openssl-devel [platform:rpm compile]
|
||||||
ca-certificates [platform:rpm]
|
ca-certificates [platform:rpm]
|
||||||
|
python-devel [platform:rpm compile]
|
||||||
|
openldap-devel [platform:rpm compile]
|
||||||
|
|
|
@ -15,3 +15,5 @@ pytz==2024.1
|
||||||
ovh==1.2.0
|
ovh==1.2.0
|
||||||
proxmoxer==2.0.1
|
proxmoxer==2.0.1
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
|
dnspython==2.6.1
|
||||||
|
python-ldap==3.4.4
|
||||||
|
|
|
@ -15,3 +15,8 @@ collections:
|
||||||
- name: https://github.com/synthesio/infra-ovh-ansible-module.git
|
- name: https://github.com/synthesio/infra-ovh-ansible-module.git
|
||||||
type: git
|
type: git
|
||||||
version: 5.10.3
|
version: 5.10.3
|
||||||
|
- name: https://github.com/ansible-collections/community.healthchecksio.git
|
||||||
|
type: git
|
||||||
|
version: self-hosted
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue