|
|
|
|
@ -14,15 +14,15 @@
|
|
|
|
|
- splunk_common_uf
|
|
|
|
|
tags: all,installation
|
|
|
|
|
|
|
|
|
|
- name: "Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|
- name: "Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|
|
|
|
|
|
- name: "Boot-Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec_uf }} enable boot-start"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|
- name: "Boot-Start Splunk via cli"
|
|
|
|
|
command: "{{ splunk_exec_uf }} enable boot-start"
|
|
|
|
|
become: yes
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
|
connection: local
|
|
|
|
|
|