mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 00:33:14 -06:00
adding module defaults
This commit is contained in:
@@ -30,6 +30,10 @@
|
|||||||
atl_startup_exec_options:
|
atl_startup_exec_options:
|
||||||
- "--no-search"
|
- "--no-search"
|
||||||
|
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
|
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
|
||||||
skip_shared_home_symlink: true
|
skip_shared_home_symlink: true
|
||||||
|
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
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