From f0723ba8151e5d53c6054a6f2cce3d07000f57c2 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 25 Apr 2023 14:22:07 +0200 Subject: [PATCH] . --- roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml | 3 +-- roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml b/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml index bb053e7..9272299 100644 --- a/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml +++ b/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml @@ -5,8 +5,7 @@ #hosts: splunk_deployement copy: src: "/opt/splunk/etc/auth/distServerKeys/trusted.pem" - dest: "/tmp/" - #dest: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/" + dest: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/" owner: root group: root remote_src: true \ No newline at end of file diff --git a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml index cdfd248..b01d962 100644 --- a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml +++ b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml @@ -4,8 +4,7 @@ become_user: "{{ privileged_user }}" #hosts: all:!splunk_uf_Linux:!splunk_deployement copy: - src: "/tmp/trusted.pem" - #src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem" + src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem" dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/" owner: splunk group: splunk