# Ansible integration for Linux / SSH targets.
#
# Windows targets (WinRM + Kerberos/NTLM auth) need extra dependencies that
# require system Kerberos libraries to build — those are split out into
# requirements-ansible-windows.txt so a Linux-only deployment does not have to
# install them.
ansible==10.5.0
# The `mode: local` / `provider` support the UI playbook runner relies on
# landed in 0.2.0; the old HTTP-only 0.1.4 breaks UI runs. Pinned with a
# floor (not left bare) because a bare requirement never changes, so
# Docker caches the `pip install` layer and a rebuild keeps the stale
# version even after a new release. Bumping this floor busts that cache
# and forces the new version in.
cmdbsyncer-inventory>=0.2.0
