I would like to use Ansible to manage ephemeral docker containers as SSH servers with password-challenge for testing purposes.
All containers are spawn from a single image, so they have the same SSH password.
Is it possible to disable key authentication and use a single password for all destinations?
$ ansible -m ping all --ask-pass --su-user -vvvv