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