mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Create varfile and add molecule test.
This commit is contained in:
11
roles/jira_config/molecule/default/playbook.yml
Normal file
11
roles/jira_config/molecule/default/playbook.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_user: "testuser"
|
||||
atl_product_home: "/var/atlassian/application-data/jira"
|
||||
atl_product_installation_dir: "/opt/atlassian/jira"
|
||||
atl_installer_temp: "/opt/atlassian/tmp"
|
||||
roles:
|
||||
- role: product_base
|
||||
- role: jira_config
|
||||
Reference in New Issue
Block a user