Files
dc-deployments-automation/roles/product_install/molecule/bitbucket_latest/playbook.yml
2019-06-11 05:20:55 +00:00

15 lines
314 B
YAML

---
- name: Converge
hosts: all
vars:
atl_product_family: "stash"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
roles:
- role: linux_common
- role: product_common
- role: product_install