Commit 8071079d by John Jarvis

deploy tag

parent e948e32c
...@@ -59,7 +59,7 @@ cd playbooks ...@@ -59,7 +59,7 @@ cd playbooks
for i in "${!deploy[@]}"; do for i in "${!deploy[@]}"; do
if [[ ${deploy[$i]} == "true" ]]; then if [[ ${deploy[$i]} == "true" ]]; then
ansible-playbook -vvvv edx-east/deployment/deploy_${i}.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu ansible-playbook -vvvv edx-east/deployment/deploy_${i}.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu --tags deploy
fi fi
done done
rm -f "$extra_vars" rm -f "$extra_vars"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment