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