add_variable splunk_replication_factor_sh

master
JocelynPa 3 years ago
parent 5276e37a0a
commit 9eb4e1bc2a

@ -1,6 +1,6 @@
--- ---
- name: "Initialize the Members" - name: "Initialize the Members"
command: "{{ splunk_exec }} init shcluster-config -auth {{ splunk_admin_user }}:'{{ splunk_password }}' -mgmt_uri https://{{ inventory_hostname }}:{{ splunk_svc_port }} -replication_port {{ splunk_shcluster_replication_port }} -secret {{ splunk_password }} -shcluster_label {{ splunk_shcluster_label }} -replication_factor 2" command: "{{ splunk_exec }} init shcluster-config -auth {{ splunk_admin_user }}:'{{ splunk_password }}' -mgmt_uri https://{{ inventory_hostname }}:{{ splunk_svc_port }} -replication_port {{ splunk_shcluster_replication_port }} -secret {{ splunk_password }} -shcluster_label {{ splunk_shcluster_label }} -replication_factor {{ splunk_replication_factor_sh }}"
become: yes become: yes
become_user: "{{ privileged_user }}" become_user: "{{ privileged_user }}"

Loading…
Cancel
Save