File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 - reload systemctl daemon
4141
4242- name : Enable splunk boot-start via initd
43- command : " {{ splunk_home }}/bin/splunk enable boot-start -user {{ splunk_nix_user }} -systemd-managed 0 --answer-yes --auto-ports --no-prompt --accept-license"
43+ command : " {{ splunk_home }}/bin/splunk enable boot-start -user {{ splunk_nix_user }} -group {{ splunk_nix_group }} - systemd-managed 0 --answer-yes --auto-ports --no-prompt --accept-license"
4444 become : true
4545 when :
4646 - desired_start_method == "initd"
5151 - start splunk
5252
5353- name : Enable splunk boot-start via systemd
54- command : " {{ splunk_home }}/bin/splunk enable boot-start -user {{ splunk_nix_user }} -systemd-managed 1 -systemd-unit-file-name {{ systemd_unit }} -create-polkit-rules {{ splunk_create_polkit }} --answer-yes --auto-ports --no-prompt --accept-license"
54+ command : " {{ splunk_home }}/bin/splunk enable boot-start -user {{ splunk_nix_user }} -group {{ splunk_nix_group }} - systemd-managed 1 -systemd-unit-file-name {{ systemd_unit }} -create-polkit-rules {{ splunk_create_polkit }} --answer-yes --auto-ports --no-prompt --accept-license"
5555 become : true
5656 when :
5757 - desired_start_method == "systemd"
You can’t perform that action at this time.
0 commit comments