Commit c9875c90 by e0d

retirement play

parent 5bf80ceb
# ansible-playbook -i ./lifecycle_inventory.py ./retire_host.yml
# -e@/vars/env.yml --limit Terminating_Wait
- name: Stop all services
hosts: Terminating_Wait
sudo: True
gather_facts: False
roles:
- stop_all_edx_services
- name: Sync the logs to s3
hosts: Terminating_Wait
sudo: True
tasks:
- name: run log script
command: /edx/bin/send-logs-to-s3
- name: Run minos
hosts: Terminating_Wait
sudo: True
tasks:
- name: run minos
command: /edx/app/aws/vens/bin/minos --config /edx/etc/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