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.

39 lines
960 B

all:
vars:
# These vars are used to access the remote hosts
ansible_user: root
ansible_password: screencast
children:
# Configure individual information about each Splunk Enterprise instance
splunk_search_head:
hosts:
sh1:
ansible_port: 2222
ansible_host: 0.0.0.0
splunk:
role: splunk_search_head
splunk_cluster_master:
hosts:
cm1:
ansible_port: 2223
ansible_host: 0.0.0.0
splunk:
role: splunk_cluster_master
splunk_indexer:
hosts:
idx1:
ansible_port: 2224
ansible_host: 0.0.0.0
splunk:
role: splunk_indexer
idx2:
ansible_port: 2225
ansible_host: 0.0.0.0
splunk:
role: splunk_indexer
idx3:
ansible_port: 2226
ansible_host: 0.0.0.0
splunk:
role: splunk_indexer

Powered by BW's shoe-string budget.