mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
DCD-486: Placeholder Jira/Docker playbook to iterate on.
This commit is contained in:
19
aws_jira_dc_node_docker.yml
Normal file
19
aws_jira_dc_node_docker.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
- hosts: aws_node_local
|
||||||
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
atl_product_family: "jira"
|
||||||
|
atl_product_user: "jira"
|
||||||
|
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: linux_common
|
||||||
|
- role: aws_common
|
||||||
|
- role: aws_efs_config
|
||||||
|
- role: product_common
|
||||||
|
- role: product_install
|
||||||
|
- role: database_init
|
||||||
|
# - role: jira_config
|
||||||
|
# - role: product_startup
|
||||||
Reference in New Issue
Block a user