blob: 9871c56ab0cc9004dde6d1d220ce5710142b7464 [file] [log] [blame]
---
- hosts: '{{ hosts_ms }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-stop-components, component_name: '{{ ms_server }}' }
- hosts: '{{ hosts_qpid }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-stop-components, component_name: '{{ qpid_server }}' }
- hosts: '{{ hosts_ps }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-stop-components, component_name: '{{ ps_server }}' }
- hosts: '{{ hosts }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-restore, component_name: '{{ component }}', backup_time: '{{ backup }}' }
- hosts: '{{ hosts_ms }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-start-components, component_name: '{{ ms_server }}' }
- hosts: '{{ hosts_qpid }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-start-components, component_name: '{{ qpid_server }}' }
- hosts: '{{ hosts_ps }}'
gather_facts: yes
vars_files:
- ~/.apigee/credentials.yml
roles:
- { role: apigee-opdk-start-components, component_name: '{{ ps_server }}' }