Galaxy.ansible.com currently down (500 errors)

Do we have any way to get an ETA for this? Has the issue been identified and how bad is it? We need to know if we need point directly to git repos.

Thank you!

6 Likes

Thanks @tchernomax , I can confirm the workaround worked for me.

For anyone who’s new to Ansible but has to work around the issue, the suggested change would typically be within a collections: block in your requirements.yml file.

Another workaround, if the collection was installed through a one-liner command, would be to switch from

ansible-galaxy collection install "containers.podman=1.18.1"

to

ansible-galaxy collection install git+https://github.com/containers/ansible-podman-collections.git,1.18.1

Same problem. Is it related to Ansible client version, or it’s shared backend problem?

@Andrey_Svinarenko It’s a backend server problem.

1 Like

Hi,

We (the Galaxy team) identified an issue with Database migrations and we are working on the incident and we must have the system recoverded soon.

6 Likes

UPDATE: System is recovered now.

13 Likes