From 2578c378ce3182931842aaa3c8af5edd839893d3 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Sun, 5 Mar 2023 21:05:26 +0100 Subject: [PATCH] update --- Deploy_Conf.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Deploy_Conf.yml diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml new file mode 100644 index 0000000..a3ccfcf --- /dev/null +++ b/Deploy_Conf.yml @@ -0,0 +1,7 @@ +- name: Copie de la configuration du deploiment server + hosts: all + tasks: + - name: Copier le répertoire + copy: + src: /Apps_for_Splunk/01-Conf_deploy_client + dest: /op/splunkforwarder/etc/apps/ \ No newline at end of file