mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Tweaks to product_base and add molecule tests.
This commit is contained in:
9
roles/product_base/molecule/default/playbook.yml
Normal file
9
roles/product_base/molecule/default/playbook.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_user: "testuser"
|
||||
atl_product_home: "/opt/atlassian/product"
|
||||
atl_temp_dir: "/opt/atlassian/temp"
|
||||
roles:
|
||||
- role: product_base
|
||||
Reference in New Issue
Block a user