Commit 5535847d by e0d

Merge pull request #1452 from edx/e0d/retire-hosts-fix

E0d/retire hosts fix
parents 8b41903c 830ea881
......@@ -2,7 +2,7 @@
# -e@/vars/env.yml --limit Terminating_Wait
- name: Stop all services
hosts: Terminating_Wait
hosts: all
sudo: True
gather_facts: False
vars:
......@@ -11,15 +11,15 @@
- stop_all_edx_services
- name: Sync the logs to s3
hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
- name: run log script
command: /edx/bin/send-logs-to-s3
- name: Run minos
hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
- name: run minos
command: /edx/app/aws/vens/bin/minos --config /edx/etc/minos.yml --json
command: /edx/app/minos/venvs/bin/minos --config /edx/etc/minos/minos.yml --json
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