@ -6,6 +6,14 @@
when:
- splunk_get_fact is not defined
- hosts: splunk_uf_Linux
serial:
- 1
- 100%
roles:
- splunk_common_uf
tags: all,installation
- name: "Start Splunk via cli"
command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt"
become: yes
@ -16,14 +24,6 @@
become_user: "{{ privileged_user }}"
- hosts: localhost
connection: local
tasks: