correction install UF - tia

master
JocelynPa 3 years ago
parent 896a7a0f42
commit 11074216ec

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

Loading…
Cancel
Save