* Rename setup role.
* Create new CI group 6, and move docker_compose v1 tests into there.
* Split up Docker setup in integration tests.
* Change setup_docker_compose_v1 to install its own Docker SDK for Python.
* Restrict Docker SDK for Python to < 7.0.0 in EE.
* Restrict to old enough paramiko on RHEL 8 or other systems using Python 3.6. (#563)
(cherry picked from commit c0d9ca67c4)
* Make sure paramiko is installed on localhost as well.
* Revert "Make sure paramiko is installed on localhost as well."
This reverts commit f36406c2db.
* Fix check.
* ...
Co-authored-by: Felix Fontein <felix@fontein.de>
* Use remote temp path, replace remote lookups.
* Copy local files.
* Change docker resource name prefix from ansible-test to ansible-docker-test to avoid collision with ansible-test's containers.
* Fix typos.
* We don't neceessarily have a TTY.
* Use hopefully less collision-likely subnet.
* More collision avoidance.
* More changes.