DCD-386: Start configuration of DIY backup.

This commit is contained in:
Steve Smith
2019-06-05 12:10:08 +10:00
parent bc0873730c
commit 65886363a4
6 changed files with 87 additions and 3 deletions

View File

@@ -6,3 +6,9 @@
repo: "{{ atl_diy_backup_repo }}"
dest: "{{ atl_diy_backup_dir }}"
version: "master"
- name: Configure DIY backup for BB on AWS
template:
src: "bitbucket.diy-backup.vars.sh.j2"
dest: "{{ atl_diy_backup_dir }}/bitbucket.diy-backup.vars.sh"
mode: 0640