DCD-386: Start of DIY backup installation.

This commit is contained in:
Steve Smith
2019-05-31 13:09:47 +10:00
parent 3a2b2396d9
commit ee945a3ca0
6 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
- name: Converge
hosts: all
vars:
atl_product_user: "bitbucket"
atl_product_family: "stash"
atl_product_edition: "bitbucket"
pre_tasks:
- name: Create base dir
file:
path: '/opt/atlassian/'
state: directory
- name: Install git
package:
name: git
roles:
- role: diy_backup