User Tools

Site Tools


wiki:ansible_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:ansible_troubleshooting [2026/06/18 08:10] – add ansible hangs antisawiki:ansible_troubleshooting [2026/07/16 09:26] (current) – add docker scheme not supported antisa
Line 86: Line 86:
  
 There should be an ssh command triggered where you should see the server hostname where the ansible is stuck on. Log into that server and check the ''ps'' again for any hanging processes. There should be an ssh command triggered where you should see the server hostname where the ansible is stuck on. Log into that server and check the ''ps'' again for any hanging processes.
 +
 +===== Error connecting: Error while fetching server API version: Not supported URL         scheme http+docker =====
 +Try upgrading to a newest **community.docker** collection version
 +
 +  ansible-galaxy collection install --force community.docker
 +  
 +Or a specific version that supports the ansible version installed:
 +
 +  ansible-galaxy collection install --force community.docker:==4.7.0
 +  
  
 ====== See also ====== ====== See also ======
wiki/ansible_troubleshooting.txt · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki