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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ splunk_uri_lm: undefined
17
17
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
+
phoneHomeIntervalInSecs: undefined
21
+
splunk_ds_key: undefined # Configures a pass4SymmKey in server.conf for authenticating against a deployment server
20
22
splunk_admin_username: admin
21
23
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'
22
24
splunk_configure_secret: false # If set to true, you need to update files/splunk.secret
0 commit comments