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
When using localhost as the seed-host, we want to prevent ansible from trying to perform a remote ssh connection to our local machine. The default hosts file should look like this:
[seed-hosts]
localhost ansible_connection=local
The text was updated successfully, but these errors were encountered:
Current hosts file:
When using localhost as the seed-host, we want to prevent ansible from trying to perform a remote ssh connection to our local machine. The default hosts file should look like this:
The text was updated successfully, but these errors were encountered: