Mise à jour de 'roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml'

master
admingit 2 years ago
parent 91782e0e37
commit 4876bdf7a2

@ -19,7 +19,8 @@
become_user: "{{ privileged_user }}" become_user: "{{ privileged_user }}"
- name: "Start Splunk via cli" - name: "Start Splunk via cli"
command: "{{ splunk_exec }} start" #command: "{{ splunk_exec }} start"
#command: "systemctl start Splunkd" #command: "systemctl start Splunkd"
shell: "/opt/splunk/bin/splunk start"
become: yes become: yes
become_user: "{{ privileged_user }}" become_user: "{{ privileged_user }}"
Loading…
Cancel
Save