File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,8 @@ Actually add new template files :facepalm:
699699- Fix formatting in README_VAGRANT (thanks @jstoja )
700700- Update CONTRIBUTORS
701701
702- ## v1.25.1 (UNRELEASED)
702+ ## v1.25.1
703703
704704- Support rolling upgrades on systemd based Linux (thanks oliverprater)
705705- Fix breaking change in paths and runtime warnings (thanks oliverprater)
706+ - Set CONSUL_TLS_DIR default to ` /etc/consul/ssl ` for #95
Original file line number Diff line number Diff line change @@ -110,7 +110,9 @@ consul_acl_policy: false
110110# # TLS
111111consul_tls_enable : " {{ lookup('env','CONSUL_TLS_ENABLE') | default(false, true) }}"
112112consul_tls_src_files : " {{ lookup('env','CONSUL_TLS_SRC_FILES') | default(role_path+'/files', true) }}"
113- consul_tls_dir : " {{ lookup('env','CONSUL_TLS_DIR') | default({{ consul_config_path }}/ssl, true) }}"
113+
114+ consul_tls_dir : " {{ lookup('env','CONSUL_TLS_DIR') | default('/etc/consul/ssl', true) }}"
115+
114116consul_tls_ca_crt : " {{ lookup('env','CONSUL_TLS_CA_CRT') | default('ca.crt', true) }}"
115117consul_tls_server_crt : " {{ lookup('env','CONSUL_SERVER_CRT') | default('server.crt', true) }}"
116118consul_server_key : " {{ lookup('env','CONSUL_SERVER_KEY') | default('server.key', true) }}"
Original file line number Diff line number Diff line change 1- v1.25.0
1+ v1.25.1
You can’t perform that action at this time.
0 commit comments