master
JocelynPa 3 years ago
parent 7401ec3a42
commit 4de8be329a

@ -3,9 +3,15 @@
become_user: "{{ privileged_user }}" become_user: "{{ privileged_user }}"
hosts: all:!splunk_deployement_TIC:!splunk_monitoring_TIC hosts: all:!splunk_deployement_TIC:!splunk_monitoring_TIC
tasks: tasks:
- name: Suppression du repertoire non fonctionnel - name: Suppression du repertoire non fonctionnel 1
file: 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 state: absent
force: yes force: yes

Loading…
Cancel
Save