File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,7 @@ elastic_security: true
66
66
elastic_ca_dir : /opt/es-ca
67
67
elastic_ca_pass : PleaseChangeMe
68
68
elastic_initial_passwords : /usr/share/elasticsearch/initial_passwords
69
+
70
+ # Variables for debugging and development
71
+
72
+ elastic_override_beats_tls : false
Original file line number Diff line number Diff line change 11
11
when :
12
12
- elastic_security | bool
13
13
- elastic_variant != "oss"
14
+ - not elastic_override_beats_tls | bool
14
15
15
16
- name : Set elasticsearch_ca variable if not already done by user
16
17
set_fact :
Original file line number Diff line number Diff line change @@ -68,3 +68,7 @@ elastic_ca_pass: PleaseChangeMe
68
68
elastic_release : 7
69
69
elastic_variant : elastic
70
70
elastic_security : true
71
+
72
+ # Variables for debugging and development
73
+
74
+ elastic_override_beats_tls : false
Original file line number Diff line number Diff line change 18
18
- name : Activate TLS for Beats for full stack
19
19
set_fact :
20
20
logstash_beats_tls : true
21
- when : logstash_beats_tls is undefined
21
+ when :
22
+ - logstash_beats_tls is undefined
23
+ - not elastic_override_beats_tls | bool
22
24
23
25
- name : Set Elasticsearch hosts to localhost if no other information available
24
26
set_fact :
You can’t perform that action at this time.
0 commit comments