-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible deployment - Error while deploying the infrastructure #147
Comments
@junedl-nimblechapps in order to deploy infrastructure first time you should use |
@vbaranov it was typo. Im using command to deploy infrastructure. Its stops at |
Just to make sure, that prerequisites are correct: which version of Terraform, Ansible and python on the machine where you make a deploy from? Did the deployment create an EC2-server with the application? Can you check is |
|
Well I installed the latest version of pyhton3.
and set Path : Im still getting the above error message. |
Could you try to get upstream from the master branch and repeat deployment? If this doesn't help, try to clean deployment cache |
@vbaranov Still the same error. However
But ....
|
Check that your ansible is tied to python 3 like this:
if no, I'd recommend reinstalling ansible. And then you can try to destroy built infrastructure by following this guide https://docs.blockscout.com/for-developers/ansible-deployment/destroying-provisioned-infrastructure and start building from scratch again. If this will not help, try to downgrade Terraform version. I successfully used
|
@junedl-nimblechapps take a look to this comment |
Here is my error message:
From error message it looks like some some state are change but Im deploying it first time using
ansible-playbook deploy_infra.yml
commandThe text was updated successfully, but these errors were encountered: