From ce0b8c73a2138f3943485549ffdbc8b2d96498fc Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 20 Apr 2023 22:38:15 +0200 Subject: [PATCH] add copie source --- install_splunk.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install_splunk.yml b/install_splunk.yml index 95abd03..d187247 100644 --- a/install_splunk.yml +++ b/install_splunk.yml @@ -1,5 +1,10 @@ - hosts: all_splunk_instances:!splunk_uf_linux:!splunk_uf_windows tasks: + - name: Copie sources + become: yes + become_user: root + shell: scp admin@10.10.30.38:/tmp/splunk-9.0.4.1-419ad9369127-Linux-x86_64.tgz /tmp/ + - name: Gathering Facts include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml when: