85476/error-server-https-galaxy-ansible-responding-please-again
Hi Guys,
I am trying to create an ansible role using the ansible-galaxy command. But it is showing me the below error.
$ ansible-galaxy init web ERROR! The API server (https://galaxy.ansible.com/api/) is not responding, please try again later.
Hi@akhtar,
It seems your ansible is connecting to the galaxy API when creating roles. You can use --offline in your command as shown below.
$ ansible-galaxy init --force --offline web
Check your python version. It should be ...READ MORE
Here is what you can try. If you ...READ MORE
Here sudo_pass is where you're going wrong. ...READ MORE
Hey @Bhupan, I think your file is ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You are trying to use ansible role in your ...READ MORE
Hi, Jenkins will not able to run the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.