Skip to content

ansible-builder fails with <urlopen error [Errno -2] Name or service not known> #24085

Answered by mdhowle
mdhowle asked this question in Q&A
Discussion options

You must be logged in to vote

IPv6 is the issue. I had to re-create the custom podman network with podman network create --ipv6 podman_gitea. Also, during testing, I moved galaxy to the first in the server_list of ansible.cfg; I moved it to the last again.

$ podman network inspect podman_gitea

[
     {
          "name": "podman_gitea",
          "id": "5b9d6099d27606ffe89568b4fb9b87fdb9e54663aa6ef2505a94d5fb18f95403",
          "driver": "bridge",
          "network_interface": "podman1",
          "created": "2024-09-27T11:28:38.89404406-04:00",
          "subnets": [
               {
                    "subnet": "10.89.0.0/24",
                    "gateway": "10.89.0.1"
               },
               {
          …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mdhowle
Comment options

Answer selected by mdhowle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant