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

feat: Download ansible files for cluster.yml

Closes rc/hpc-factory#176
parent 20ff0907
No related branches found
No related tags found
No related merge requests found
Pipeline #12674 passed with stage
in 1 minute and 13 seconds
......@@ -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