Hey there ansible community
I’m very sorry for asking these silly questions, but I don’t understand how to update my ansible roles in the namespace that belonged to me in the old ansible galaxy.
Let’s be more precise. My Github user is DO1JLR
. I publish my ansible roles at Ansible Roles · GitHub.
Currently I can only publish my ansible roles in this namespace:
https://galaxy.ansible.com/ui/standalone/namespaces/1858/
But I want to publish my roles to these namespaces to:
https://galaxy.ansible.com/ui/standalone/namespaces/9259/
https://galaxy.ansible.com/ui/standalone/namespaces/8798/
https://galaxy.ansible.com/ui/standalone/namespaces/10239/
https://galaxy.ansible.com/ui/standalone/namespaces/1856/
Question 1: How can I import updated ansible roles into this namespace. Using the github organisation roles-ansible
and the user do1jlr
? (Bonus points for github action).
Question 2: How can I remove ansible roles from galaxy? Specifically in the four namespaces that used to belong to me.
Thanks a lot for answering
L3D