Files
dc-deployments-automation/roles/product_install/molecule/bitbucket_latest/converge.yml
2023-06-22 15:13:58 +10:00

15 lines
348 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 }}"
skip_shared_home_symlink: true
roles:
- role: linux_common
- role: product_common
- role: product_install