From 1f7f09a3c784748a180fa3e38a8e9d8a127c6f4c Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 21 Mar 2023 11:35:44 +0100 Subject: [PATCH] deleted task DSMC --- Deploy_apps-to_DS.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Deploy_apps-to_DS.yml b/Deploy_apps-to_DS.yml index f70f2ba..9114739 100644 --- a/Deploy_apps-to_DS.yml +++ b/Deploy_apps-to_DS.yml @@ -1,5 +1,5 @@ --- -- name: Copie de la configuration du deploiment server +- name: Copie des apps sur le deploiment server become: yes become_user: "{{ privileged_user }}" hosts: splunk_deployement_TIC @@ -11,20 +11,6 @@ owner: splunk group: splunk - - name: Copier configuration distributsearch - copy: - src: "{{ playbook_dir }}/Apps_for_DS/For_MC/local/" - dest: /opt/splunk/etc/system/local/ - owner: splunk - group: splunk - - - name: Copier configuration MonitoringConsole - copy: - src: "{{ playbook_dir }}/Apps_for_DS/splunk_monitoring_console/" - dest: /opt/splunk/etc/apps/splunk_monitoring_console/ - owner: splunk - group: splunk - # - name: "Restart Splunk via cli" # command: "{{ splunk_exec }} restart" # become: yes