mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Start of DIY backup installation.
This commit is contained in:
20
roles/diy_backup/molecule/default/playbook.yml
Normal file
20
roles/diy_backup/molecule/default/playbook.yml
Normal 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
|
||||
Reference in New Issue
Block a user