You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/splunk/defaults/main.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ splunk_uri_cm: undefined
18
18
splunk_uri_ds: undefined # e.g. mydeploymentserver.mydomain.com:8089 ; Note that you must also configure the clientName var under either group_vars or host_vars for deploymentclient.conf to be configured
19
19
clientName: undefined
20
20
phoneHomeIntervalInSecs: undefined
21
+
splunk_general_key: undefined # Configures a pass4SymmKey in server.conf under the general stanza
21
22
splunk_ds_key: undefined # Configures a pass4SymmKey in server.conf for authenticating against a deployment server
22
23
splunk_admin_username: admin
23
24
splunk_admin_password: undefined # Use ansible-vault encrypt_string, e.g. ansible-vault encrypt_string --ask-vault-pass 'var_value_to_encrypt' --name 'var_name'
0 commit comments