JocelynPa 3 years ago
parent ee3ae48e4e
commit 5636f562f0

@ -6,14 +6,6 @@
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
@ -24,6 +16,14 @@
become: yes
become_user: "{{ privileged_user }}"
- hosts: splunk_uf_Linux
serial:
- 1
- 100%
roles:
- splunk_common_uf
tags: all,installation
- hosts: localhost
connection: local
tasks:

Loading…
Cancel
Save