Files @ d720faee712d
Branch filter:

Location: majic-ansible-roles/requirements.in

branko
MAR-152: Revert path change for LDAP server unix socket test:

By default OpenLDAP server opens unix socket to listen on at
/var/run/slapd/ldapi, and this is what netstat will list as a
path (with e.g. netstat -xl).

Testinfra in turn relies on netstat output, and therefore a canonical
path has to be used. This might change in next release (Buster),
though - since Debian is trying to transition all applications to use
/run instead of /var/run.
1
2
3
4
5
6
7
8
ansible~=2.9.0
dnspython
molecule~=2.20.0
paramiko
pip-tools
python-vagrant
sphinx~=1.7.0
sphinx_rtd_theme~=0.4.0