From 7f7240122d21a3cc099dd5dcb04bd70c2f30a2bc Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 25 Apr 2023 14:50:00 +0200 Subject: [PATCH] .. --- Deploy_Keys.yml | 15 +++++++++------ .../{SVLCTPLOGSUP01.mom.fr => }/trusted.pem | 0 2 files changed, 9 insertions(+), 6 deletions(-) rename Keys_public/{SVLCTPLOGSUP01.mom.fr => }/trusted.pem (100%) diff --git a/Deploy_Keys.yml b/Deploy_Keys.yml index 55e52eb..32d0a31 100644 --- a/Deploy_Keys.yml +++ b/Deploy_Keys.yml @@ -5,11 +5,14 @@ tasks: - name: Backup_Keys_DSMC include_tasks: roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml - -- name: "Copie du trusted.pem" - become: yes - hosts: all:!splunk_uf_Linux:!splunk_deployement - gather_facts: no - tasks: - name: Deploy_Keys_to_others + hosts: all:!splunk_uf_Linux:!splunk_deployement include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml + +# - name: "Copie du trusted.pem" +# become: yes +# hosts: all:!splunk_uf_Linux:!splunk_deployement +# gather_facts: no +# tasks: +# - name: Deploy_Keys_to_others +# include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml diff --git a/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem b/Keys_public/trusted.pem similarity index 100% rename from Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem rename to Keys_public/trusted.pem