mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
Also adding to ansible.builtin.uri
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
module_defaults:
|
module_defaults:
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
|
|||||||
@@ -6,6 +6,11 @@
|
|||||||
atl_product_edition: "jira-core"
|
atl_product_edition: "jira-core"
|
||||||
atl_product_user: "jira"
|
atl_product_user: "jira"
|
||||||
atl_product_version: "latest"
|
atl_product_version: "latest"
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: product_common
|
- role: product_common
|
||||||
|
|||||||
Reference in New Issue
Block a user