mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
12 lines
348 B
YAML
12 lines
348 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'
|
|
|
|
tasks:
|
|
- name: Install distro-specific restore support packages
|
|
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"
|