Merged in DCD-686-backup-restore-operations (pull request #36)

DCD-686: Slingshot restore operations

Approved-by: Adam Brokes <abrokes@atlassian.com>
This commit is contained in:
Steve Smith
2019-10-31 00:29:18 +00:00
14 changed files with 276 additions and 105 deletions

View File

@@ -132,3 +132,4 @@ atl_rds_subnet_group_name: "{{ lookup('env', 'ATL_RDS_SUBNET_GROUP_NAME') }}"
atl_rds_security_group: "{{ lookup('env', 'ATL_RDS_SECURITY_GROUP') }}"
atl_backup_manifest_url: "{{ lookup('env', 'ATL_BACKUP_MANIFEST_URL') }}"
atl_restore_required: "{{ atl_backup_manifest_url is defined and atl_backup_manifest_url != '' }}"