Skip to content
Snippets Groups Projects
Commit 2b70839e authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Add credentials for the s3cmd

parent fadfb001
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -300,7 +300,7 @@ deploy_login_node:
[$ENV]
127.0.0.1
EEOF
s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://cheaha-cloud-ansible-files/ /tmp/${CI_PROJECT_NAME}/ansible/files/
s3cmd get --force -r --access_key=$AWS_ACCESS_KEY_ID --secret_key=$AWS_SECRET_ACCESS_KEY --host=$AWS_HOST --host-bucket=$AWS_HOST s3://cheaha-cloud-ansible-files/ /tmp/${CI_PROJECT_NAME}/ansible/files/
ansible-playbook -c local -i ansible/hosts --extra-vars="$EXTRA_VARS" ansible/cluster.yml | tee -a /tmp/ansible.log
rm -rf /tmp/${CI_PROJECT_NAME}
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment