Open Charlie0257 opened 5 months ago
TASK [Set user home from env var] **********************************************
task path: /tmp/aurora/ansible/playbooks/install_python3.yml:25
skipping: [10.9.11.1] => {"changed": false, "skip_reason": "Conditional result was False"}
fatal: [10.9.11.2]: FAILED! => {"msg": "Decryption failed (no vault secrets were found that could decrypt)"}
TASK [installation/aws-cli-v2 : Check for AWS CLI v1] **************************
task path: /tmp/aurora/ansible/roles/installation/aws-cli-v2/tasks/main.yml:16
fatal: [10.9.11.1]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
...ignoring
TASK [docker/ecr : Gather access key and secret key] ***************************
task path: /tmp/aurora/ansible/roles/docker/ecr/tasks/main.yml:77
FAILED - RETRYING: Gather access key and secret key (3 retries left).
FAILED - RETRYING: Gather access key and secret key (2 retries left).
FAILED - RETRYING: Gather access key and secret key (1 retries left).
fatal: [10.9.11.1]: FAILED! => {"attempts": 3, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
TASK [docker/ecr : Error connecting to AWS] ************************************
task path: /tmp/aurora/ansible/roles/docker/ecr/tasks/main.yml:237
fatal: [10.9.11.1]: FAILED! => {"changed": false, "msg": "Playbook ended because of an error when connecting to AWS. Please check your customer key is correct and rerun the oneliner. If the oneliner is correct and you are still getting errors please contact support@shadowrobot.com"}
PLAY RECAP *********************************************************************
10.9.11.1 : ok=53 changed=3 unreachable=0 failed=1 skipped=50 rescued=1 ignored=1
10.9.11.2 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Hi, @toliver @azompas @gavincassidy @dg-shadow @richwalker Thanks for this great work!
When I try the command
bash <(curl -Ls https://raw.githubusercontent.com/shadow-robot/aurora/v2.2.5/bin/run-ansible.sh) server_and_nuc_deploy --read-secure customer_key --branch v2.2.5 tag=noetic-v1.0.23 product=hand_e hand_side=right reinstall=true nvidia_docker=True launch_hand=True
, the error isThanks for any help! Best, Charlie