|
|
|
@ -1,4 +1,7 @@
|
|
|
|
- name: "Copy source Splunk"
|
|
|
|
- name: "Copy source Splunk"
|
|
|
|
|
|
|
|
hosts: all_splunk_instances
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
- name: "Copy"
|
|
|
|
get_url:
|
|
|
|
get_url:
|
|
|
|
url: "{{ repo_build_location }}"
|
|
|
|
url: "{{ repo_build_location }}"
|
|
|
|
dest: "{{ splunk_build_location }}"
|
|
|
|
dest: "{{ splunk_build_location }}"
|
|
|
|
|