DCD-386: Initial basic playbooks for Bitbucket.

This commit is contained in:
Steve Smith
2019-05-29 11:30:28 +10:00
parent 5e9faa0fd9
commit c9bc243adc
2 changed files with 30 additions and 0 deletions

16
aws_bitbucket_dc_node.yml Normal file
View File

@@ -0,0 +1,16 @@
---
- hosts: aws_node_local
become: true
vars:
# See group_vars/aws_node_local.yml, which pull vars from the environment.
atl_product_family: "stash"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"
roles:
- role: linux_common
- role: aws_common
- role: aws_efs_config
- role: product_common
- role: product_install

View File

@@ -0,0 +1,14 @@
---
- hosts: aws_node_local
become: true
vars:
# See group_vars/aws_node_local.yml, which pull vars from the environment.
atl_product_family: "stash"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"
roles:
- role: linux_common
- role: aws_common
- role: aws_efs_config