Tweaks to product_base and add molecule tests.

This commit is contained in:
Steve Smith
2019-04-09 11:41:32 +10:00
parent 249f1ceee5
commit df2b45ef2f
7 changed files with 88 additions and 1 deletions

View 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