diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index d76c99f..6efe453 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -3,9 +3,15 @@ become_user: "{{ privileged_user }}" hosts: all:!splunk_deployement_TIC:!splunk_monitoring_TIC tasks: - - name: Suppression du repertoire non fonctionnel + - name: Suppression du repertoire non fonctionnel 1 file: - path: /opt/splunk* + path: /opt/splunk/etc/apps/01-Conf_deploy_client + state: absent + force: yes + + - name: Suppression du repertoire non fonctionnel 2 + file: + path: /opt/splunkforwarder/etc/apps/01-Conf_deploy_client state: absent force: yes