mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-11 07:23:08 -06:00
ITPLT-3984 test out per-playbook module_defaults
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
- name: aws_bitbucket_dc_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_bitbucket_mesh_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_bitbucket_nfs_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_clone_nfs.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_confluence_dc_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
- name: aws_confluence_synchrony_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_crowd_dc_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
- name: aws_jira_dc_node.yml
|
||||
hosts: aws_node_local
|
||||
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:
|
||||
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||
|
||||
Reference in New Issue
Block a user