mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
11 lines
237 B
YAML
11 lines
237 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_backup_manifest_url: 's3://dcd-slingshot-test/dummy_manifest.json'
|
|
atl_product_user: 'jira'
|
|
atl_backup_home_restore_canary_path: '/tmp/canary.tmp'
|
|
|
|
roles:
|
|
- restore_backups
|