Commit 1f1c559c by John Jarvis

adding tags to post ansible run

parent c6efd32a
...@@ -97,7 +97,7 @@ ansible-playbook -vvvv edx_provision.yml -i inventory.ini -e "@${extra_vars}" ...@@ -97,7 +97,7 @@ ansible-playbook -vvvv edx_provision.yml -i inventory.ini -e "@${extra_vars}"
# run tasks to update application config files that # run tasks to update application config files that
# for the hostnames # for the hostnames
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
ansible-playbook -vvvv edx_continuous_integration.yml -i "${dns_name}.${dns_zone}," -e "@${extra_vars}" --user ubuntu ansible-playbook -vvvv edx_continuous_integration.yml -i "${dns_name}.${dns_zone}," -e "@${extra_vars}" --user ubuntu --tags "lms-env,cms-env,lms-preview-env"
fi fi
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