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

feat: Download ansible files for cluster.yml

Closes #176
parent 8e750e45
2 merge requests!161feat: Download ansible files for cluster.yml,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -300,6 +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/
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