|
|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|