master
JocelynPa 3 years ago
parent b2ed18c4f7
commit f96f01f3cf

@ -1,10 +1,10 @@
---
- name: Copie de la configuration du deploiment server
- name: Enable Boot-Start Splunk
become: yes
become_user: "{{ splunk_user }}"
hosts: all
tasks:
- name: "Start Splunk via cli"
command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt"
command: "{{ splunk_exec }} start enable boot-start"
become: yes
become_user: "{{ splunk_user }}"
Loading…
Cancel
Save