ansible_host: Add support for LDAP queries

This commit is contained in:
Timo Makinen 2025-01-31 18:03:18 +00:00
parent dc9a3a0725
commit 20f1af0ee4

View file

@ -9,6 +9,7 @@
- ansible-collection-community-general
- patch # needed in next step
- python3.9-dns # required for lookup('dig', 'hostname')
- python3.9-ldap # required for ldap modules
- python3.9-netaddr # required by iptables role
- name: Patch ansible to support python 3.12 clients