mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
20 lines
458 B
YAML
20 lines
458 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 }}"
|
|
|
|
roles:
|
|
- role: linux_common
|
|
- role: product_common
|
|
- role: product_install
|