Files
dc-deployments-automation/roles/product_install/molecule/bitbucket_latest/converge.yml
2024-08-19 12:38:37 +10:00

22 lines
543 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
module_defaults:
ansible.builtin.get_url:
http_agent: "ansible-httpget_{{ ansible_play_name }}"
ansible.builtin.uri:
http_agent: "ansible-httpget_{{ ansible_play_name }}"
roles:
- role: linux_common
- role: product_common
- role: product_install