From e123e89383ac175d12e344f810c3c511f2d05090 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Wed, 8 Mar 2023 17:25:14 +0100 Subject: [PATCH] Add conf for DS --- Deploy_conf-DS.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Deploy_conf-DS.yml diff --git a/Deploy_conf-DS.yml b/Deploy_conf-DS.yml new file mode 100644 index 0000000..5f205fd --- /dev/null +++ b/Deploy_conf-DS.yml @@ -0,0 +1,13 @@ +--- +- name: Configuration du DS + hosts: splunk_deployement_TIC + gather_facts: false + + tasks: + - name: Configuration du DS + lineinfile: + path: /opt/splunk/etc/system/local/server.conf + line: "[deployment-server] + enabled = true + serverName = SVLCTPLOGSUP01.mom.fr + restartSplunkd = true" \ No newline at end of file