Results 193 comments of Victor Baranov

@junedl-nimblechapps in order to deploy infrastructure first time you should use `ansible-playbook deploy_infra.yml`. `ansible-playbook deploy_software.yml` is used to deploy updates on the application.

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...

@junedl-nimblechapps Could you try to get upstream from the master branch and repeat deployment? If this doesn't help, try to clean deployment cache `ansible-playbook clean.yml` (ref https://docs.blockscout.com/for-developers/ansible-deployment/common-additional-tasks#cleaning-deployment-cache) and try deployment...

Check that your ansible is tied to python 3 like this: ``` viktor$ ansible --version ansible 2.8.5 config file = None configured module search path = ['/Users/viktor/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python...

@junedl-nimblechapps take a look to this comment https://github.com/poanetwork/blockscout-terraform/issues/144#issuecomment-582403732. Possibly, you have the same issue. The main suggestion is to try with Terraform 11.11 - 11.14. The script is not stable...

@rstormsf how about to make affected key clickable with the link to the validators dapp: For example, https://core-validators.poa.network/[miningKey] - which should display validator card with personal info (we need to...

It should be noted, that due to https://github.com/poanetwork/metamask-extension/issues/1#issuecomment-405660060 in case of MetaMask and Nifty Wallet both are installed, Nifty Wallet everytime is on top of MetaMask. So, such behaviour will...

@thekevinbrown How does your `hosts` file look like? And what are the names and contents of the files, you created in `/host_vars` and `/group_vars` folders (do not forget to hide...

@thekevinbrown I checked supplied configuration files. Nothing wrong with them from my perspective. Could you please confirm that you - use Terraform >=0.12 - `/usr/local/bin/terraform` exists - `/usr/local/bin/python` exists -...

@thekevinbrown Try to disable aws profile in the config and leave only `aws-region` there. The credentials will be retrieved from your machine: ``` ## Credentials to connect to AWS. Either...