Namespace Request
Namespace: digitalis
Description
This namespace will host official Ansible roles and collections for Digitalis.io, focusing on infrastructure automation, database management, and cloud orchestration tools.
Namespace: digitalis
This namespace will host official Ansible roles and collections for Digitalis.io, focusing on infrastructure automation, database management, and cloud orchestration tools.
Hi @dbrennand
Thank you very much for the quick response. I made a stupid error, our github owner is “digitalis-io” and not “digitalis”. Are you able to rename it or shall I send a new request?
Thank you
Hi @digiserg - We cannot rename a namespace once created. You will need to submit a new request. Just to confirm, you’re saying the namespace name should have been digitalis-io rather than digitalis?
Please note that - in namespace names are not possible. The namespace would have to be called digitalis_io.
I tried submitting this role
If I understand correctly, the namespace has to match the github owner, right? At least, I’m getting an error
===== CLONING REPO =====
cloning https://github.com/digitalis/ansible-role-rabbitmq ...
cloning failed: Cloning into '/tmp/tmp51c7ag2k/ansible-role-rabbitmq'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
A similar error was reported here: Unable to import role into galaxy namespace based on github org
What was the exact command you used to import the role? Please do not include the token in the command.
ansible-galaxy role import --token $TOKEN --role-name rabbitmq digitalis-io ansible-role-rabbitmq
[ERROR]: None (HTTP Code: 500, Message: Internal Server Error)
As suggested in the other thread, could you add some verbosity to the command -vvvv so we can see the debug logs for ansible-galaxy please?
Nothing else to share, just a 500 error. The issue appears to be because our github owner name contains a - (digitails-io) and you don’t support that. Can you suggest any workarounds?