You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the addition of the sshpass package to the Ansible image. The sshpass package is commonly used in Ansible playbooks to provide password-based authentication for SSH connections.
While it's generally recommended to use public key authentication for SSH connections, there are situations where password-based authentication is necessary, such as when working with legacy systems or when configuring network devices.
By including the sshpass package in the Ansible Docker image, users will be able to use the sshpass Ansible module without having to manually install the package in their own Docker images. This would make it more convenient and efficient for users to work with password-based SSH connections in their Ansible playbooks.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered:
I would like to request the addition of the
sshpass
package to the Ansible image. Thesshpass
package is commonly used in Ansible playbooks to provide password-based authentication for SSH connections.While it's generally recommended to use public key authentication for SSH connections, there are situations where password-based authentication is necessary, such as when working with legacy systems or when configuring network devices.
By including the
sshpass
package in the Ansible Docker image, users will be able to use thesshpass
Ansible module without having to manually install the package in their own Docker images. This would make it more convenient and efficient for users to work with password-based SSH connections in their Ansible playbooks.Thank you for considering this request.
The text was updated successfully, but these errors were encountered: