Commit 5ad9a4c2 by Ibrahim

add discovery playbook

parent 7dd1fe65
......@@ -23,3 +23,9 @@
# apt-get -y install elasticsearch
# systemctl enable elasticsearch.service
#
- name: Run discovery playbook
become: True
shell: >
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -i localhost, -c local -e@/edx/app/edx_ansible/server-vars.yml /edx/app/edx_ansible/edx_ansible/playbooks/edx-east/discovery.yml
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