Ansible Galaxy Down

I need to install a few Ansible galaxy collections (ServiceNow ITSM and Community general). I am on a deadline to deliver a demo tomorrow, Monday, but suddenly I cannot find ServiceNow ITSM in Ansible Galaxy. It is gone from both the URl and if I try to install it CLI. How do I access and install it now? Is the problem on the Ansible side (the Galaxy URL, or ServiceNow pulled the collection off the site?

Thx.

[ansible_admin@ctrl ansible]$ ansible-galaxy collection install servicenow.itsm
[WARNING]: Ansible is being run in a world writable directory (/etc/ansible), ignoring it as an ansible.cfg source. For more
information see Ansible Configuration Settings — Ansible Community Documentation
Starting galaxy collection install process
Process install dependency map
ERROR! Error when getting collection version metadata for servicenow.itsm:2.13.2 from default (Api Root – Django REST framework) (HTTP Code: 500, Message: Internal Server Error Code: Unknown)

There’s already Galaxy - 500 errors

You can install community.general 12.2.0 with ansible-galaxy collection install git+https://github.com/ansible-collections/community.general.git,12.2.0. If the ServiceNow ITSM collection is this one: GitHub - ansible-collections/servicenow.itsm: Ansible Collection for ServiceNow ITSM you should be able to install it similarly using Git.

1 Like

Thank you very much, @felixfontein . it worked fine.