mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
Merged in ITPLT-3984-add-basic-usage-analytics-to-dc-deployment-automation (pull request #217)
ITPLT-3984 add basic usage analytics to dc deployment automation Approved-by: Adam Brokes
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_bitbucket_dc_node.yml
|
- name: aws_bitbucket_dc_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_bitbucket_mesh_node.yml
|
- name: aws_bitbucket_mesh_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_bitbucket_nfs_node.yml
|
- name: aws_bitbucket_nfs_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_clone_nfs.yml
|
- name: aws_clone_nfs.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_confluence_dc_node.yml
|
- name: aws_confluence_dc_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -3,6 +3,11 @@
|
|||||||
- name: aws_confluence_synchrony_node.yml
|
- name: aws_confluence_synchrony_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_crowd_dc_node.yml
|
- name: aws_crowd_dc_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
- name: aws_jira_dc_node.yml
|
- name: aws_jira_dc_node.yml
|
||||||
hosts: aws_node_local
|
hosts: aws_node_local
|
||||||
become: true
|
become: true
|
||||||
|
module_defaults:
|
||||||
|
ansible.builtin.uri:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
ansible.builtin.get_url:
|
||||||
|
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Empty values to simplify logic (no undefineds)
|
# Empty values to simplify logic (no undefineds)
|
||||||
atl_latest_version: ''
|
atl_latest_version: ''
|
||||||
atl_cached_version: ''
|
atl_cached_version: ''
|
||||||
@@ -45,4 +44,6 @@ atl_source_obr_from_marketplace: true
|
|||||||
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
||||||
|
|
||||||
force_version_update: false
|
force_version_update: false
|
||||||
skip_shared_home_symlink: false
|
skip_shared_home_symlink: false
|
||||||
|
|
||||||
|
ansible_lookup_url_agent: "ansible-httpget_dc-deployments-automation"
|
||||||
Reference in New Issue
Block a user