You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
657 B
26 lines
657 B
all:
|
|
vars:
|
|
ansible_user: root
|
|
children:
|
|
splunk_search_head:
|
|
hosts:
|
|
wrapper-example_search_head_1:
|
|
ansible_port: 32768
|
|
ansible_host: 0.0.0.0
|
|
splunk_cluster_master:
|
|
hosts:
|
|
wrapper-example_cluster_master_1:
|
|
ansible_port: 32772
|
|
ansible_host: 0.0.0.0
|
|
splunk_indexer:
|
|
hosts:
|
|
wrapper-example_indexer1_1:
|
|
ansible_port: 32770
|
|
ansible_host: 0.0.0.0
|
|
wrapper-example_indexer2_1:
|
|
ansible_port: 32769
|
|
ansible_host: 0.0.0.0
|
|
wrapper-example_indexer3_1:
|
|
ansible_port: 32771
|
|
ansible_host: 0.0.0.0
|